summaryrefslogtreecommitdiff
path: root/src/audio_dec/fooaudio.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 00:44:49 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 00:44:49 +0100
commitc81c9deccc79646bd7ac3f1759a4a3e4fb8a88af (patch)
treeb39027bf19757a904f9d306085d8744046f24a1f /src/audio_dec/fooaudio.c
parent119076c9300e2e2a816dc1a6ca32ba77f338b20c (diff)
parenta2a95425350da93551388acdca8a00818a34c317 (diff)
downloadxine-lib-c81c9deccc79646bd7ac3f1759a4a3e4fb8a88af.tar.gz
xine-lib-c81c9deccc79646bd7ac3f1759a4a3e4fb8a88af.tar.bz2
Merge from 1.2.
Diffstat (limited to 'src/audio_dec/fooaudio.c')
-rw-r--r--src/audio_dec/fooaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_dec/fooaudio.c b/src/audio_dec/fooaudio.c
index b0ef63454..34a3f2d48 100644
--- a/src/audio_dec/fooaudio.c
+++ b/src/audio_dec/fooaudio.c
@@ -312,7 +312,7 @@ static void *init_plugin (xine_t *xine, void *data) {
* this decoder is able to handle. Check src/xine-engine/buffer.h for a
* list of valid buffer types (and add a new one if the one you need does
* not exist). Terminate the list with a 0. */
-static uint32_t audio_types[] = {
+static const uint32_t audio_types[] = {
/* BUF_AUDIO_FOO, */
0
};