diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:19:30 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:19:30 +0100 |
| commit | 5d4f71c06873aea6df30b07abb84e7bdace5d54f (patch) | |
| tree | db718b7211bb06bd38674132de8030ba0275912a /src/combined/flac_decoder.c | |
| parent | 265e36a8ddde1fa296ea39c67928aa1b7a11f7e5 (diff) | |
| download | xine-lib-5d4f71c06873aea6df30b07abb84e7bdace5d54f.tar.gz xine-lib-5d4f71c06873aea6df30b07abb84e7bdace5d54f.tar.bz2 | |
Bump the interface version for audio decoder plugins.
Diffstat (limited to 'src/combined/flac_decoder.c')
| -rw-r--r-- | src/combined/flac_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/flac_decoder.c b/src/combined/flac_decoder.c index 307829166..cb7db0364 100644 --- a/src/combined/flac_decoder.c +++ b/src/combined/flac_decoder.c @@ -408,6 +408,6 @@ static const decoder_info_t dec_info_audio = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ { PLUGIN_DEMUX, 27, "flac", XINE_VERSION_CODE, NULL, demux_flac_init_class }, - { PLUGIN_AUDIO_DECODER, 15, "flacdec", XINE_VERSION_CODE, &dec_info_audio, init_plugin }, + { PLUGIN_AUDIO_DECODER, 16, "flacdec", XINE_VERSION_CODE, &dec_info_audio, init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |
