summaryrefslogtreecommitdiff
path: root/src/video_dec/libmpeg2/xine_mpeg2_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_dec/libmpeg2/xine_mpeg2_decoder.c')
-rw-r--r--src/video_dec/libmpeg2/xine_mpeg2_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/libmpeg2/xine_mpeg2_decoder.c b/src/video_dec/libmpeg2/xine_mpeg2_decoder.c
index 3a3e28452..fc8bd4dc2 100644
--- a/src/video_dec/libmpeg2/xine_mpeg2_decoder.c
+++ b/src/video_dec/libmpeg2/xine_mpeg2_decoder.c
@@ -155,7 +155,7 @@ static void *init_plugin (xine_t *xine, void *data) {
* exported plugin catalog entry
*/
-static uint32_t supported_types[] = { BUF_VIDEO_MPEG, 0 };
+static const uint32_t supported_types[] = { BUF_VIDEO_MPEG, 0 };
static const decoder_info_t dec_info_mpeg2 = {
supported_types, /* supported types */