summaryrefslogtreecommitdiff
path: root/src/spu_dec/sputext_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spu_dec/sputext_decoder.c')
-rw-r--r--src/spu_dec/sputext_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/sputext_decoder.c b/src/spu_dec/sputext_decoder.c
index db2236097..0c156d2e9 100644
--- a/src/spu_dec/sputext_decoder.c
+++ b/src/spu_dec/sputext_decoder.c
@@ -978,7 +978,7 @@ static void *init_spu_decoder_plugin (xine_t *xine, void *data) {
/* plugin catalog information */
-static uint32_t supported_types[] = { BUF_SPU_TEXT, BUF_SPU_OGM, 0 };
+static const uint32_t supported_types[] = { BUF_SPU_TEXT, BUF_SPU_OGM, 0 };
static const decoder_info_t spudec_info = {
supported_types, /* supported types */