summaryrefslogtreecommitdiff
path: root/src/combined/flac_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined/flac_decoder.c')
-rw-r--r--src/combined/flac_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/flac_decoder.c b/src/combined/flac_decoder.c
index 40c5fa6a3..43bad327e 100644
--- a/src/combined/flac_decoder.c
+++ b/src/combined/flac_decoder.c
@@ -396,7 +396,7 @@ init_plugin (xine_t *xine, void *data) {
void *demux_flac_init_class (xine_t *xine, void *data);
-static uint32_t audio_types[] = {
+static const uint32_t audio_types[] = {
BUF_AUDIO_FLAC, 0
};