summaryrefslogtreecommitdiff
path: root/src/audio_dec/xine_mad_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_dec/xine_mad_decoder.c')
-rw-r--r--src/audio_dec/xine_mad_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_dec/xine_mad_decoder.c b/src/audio_dec/xine_mad_decoder.c
index 21e5bf46b..de7590f4e 100644
--- a/src/audio_dec/xine_mad_decoder.c
+++ b/src/audio_dec/xine_mad_decoder.c
@@ -349,7 +349,7 @@ static void *init_plugin (xine_t *xine, void *data) {
return this;
}
-static uint32_t audio_types[] = {
+static const uint32_t audio_types[] = {
BUF_AUDIO_MPEG, 0
};