diff options
Diffstat (limited to 'src/spu_dec/spu_decoder.c')
-rw-r--r-- | src/spu_dec/spu_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/spu_decoder.c b/src/spu_dec/spu_decoder.c index e36b39fc8..c4cf3ae78 100644 --- a/src/spu_dec/spu_decoder.c +++ b/src/spu_dec/spu_decoder.c @@ -367,7 +367,7 @@ static void *init_plugin (xine_t *xine, void *data) { } /* plugin catalog information */ -static uint32_t supported_types[] = { BUF_SPU_DVD, 0 }; +static const uint32_t supported_types[] = { BUF_SPU_DVD, 0 }; static const decoder_info_t dec_info_data = { supported_types, /* supported types */ |