summaryrefslogtreecommitdiff
path: root/src/spu_dec/spudvb_decoder.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 17:18:36 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 17:18:36 +0100
commitc292a8d56fc0531297775cf64f14190b26b9b216 (patch)
treeaccc87b5b6f1cc2753c941e84c2ff9a9d93a47ae /src/spu_dec/spudvb_decoder.c
parentbc8c21fd7f45233fe6501e4e9a21b33a0c498248 (diff)
downloadxine-lib-c292a8d56fc0531297775cf64f14190b26b9b216.tar.gz
xine-lib-c292a8d56fc0531297775cf64f14190b26b9b216.tar.bz2
Mark all supported_types constant.
Diffstat (limited to 'src/spu_dec/spudvb_decoder.c')
-rw-r--r--src/spu_dec/spudvb_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/spudvb_decoder.c b/src/spu_dec/spudvb_decoder.c
index 9008260f7..331c9835d 100644
--- a/src/spu_dec/spudvb_decoder.c
+++ b/src/spu_dec/spudvb_decoder.c
@@ -984,7 +984,7 @@ static void *init_spu_decoder_plugin (xine_t * xine, void *data)
/* plugin catalog information */
-static uint32_t supported_types[] = { BUF_SPU_DVB, 0 };
+static const uint32_t supported_types[] = { BUF_SPU_DVB, 0 };
static const decoder_info_t spudec_info = {
supported_types, /* supported types */