diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 17:18:36 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 17:18:36 +0100 |
commit | c292a8d56fc0531297775cf64f14190b26b9b216 (patch) | |
tree | accc87b5b6f1cc2753c941e84c2ff9a9d93a47ae /src/audio_dec/xine_mad_decoder.c | |
parent | bc8c21fd7f45233fe6501e4e9a21b33a0c498248 (diff) | |
download | xine-lib-c292a8d56fc0531297775cf64f14190b26b9b216.tar.gz xine-lib-c292a8d56fc0531297775cf64f14190b26b9b216.tar.bz2 |
Mark all supported_types constant.
Diffstat (limited to 'src/audio_dec/xine_mad_decoder.c')
-rw-r--r-- | src/audio_dec/xine_mad_decoder.c | 2 |
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 }; |