summaryrefslogtreecommitdiff
path: root/src/combined/xine_speex_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined/xine_speex_decoder.c')
-rw-r--r--src/combined/xine_speex_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_speex_decoder.c b/src/combined/xine_speex_decoder.c
index a94ab0c0e..d189ecc58 100644
--- a/src/combined/xine_speex_decoder.c
+++ b/src/combined/xine_speex_decoder.c
@@ -390,7 +390,7 @@ void *speex_init_plugin (xine_t *xine, void *data) {
return this;
}
-static uint32_t audio_types[] = {
+static const uint32_t audio_types[] = {
BUF_AUDIO_SPEEX, 0
};