diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-07 17:54:49 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-07 17:54:49 +0100 |
commit | d148e35b44f32a6495e7e497c13552b0b89bcc0b (patch) | |
tree | a5063a72f36cca9c7ec8b4ce8fb9d4518e64fe5e /src/combined/combined_wavpack.c | |
parent | 7e0dcead623c909ce6dd07995b08b829a9dcfdd5 (diff) | |
download | xine-lib-d148e35b44f32a6495e7e497c13552b0b89bcc0b.tar.gz xine-lib-d148e35b44f32a6495e7e497c13552b0b89bcc0b.tar.bz2 |
Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.
Diffstat (limited to 'src/combined/combined_wavpack.c')
-rw-r--r-- | src/combined/combined_wavpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/combined_wavpack.c b/src/combined/combined_wavpack.c index 893ee99be..98bbe5b57 100644 --- a/src/combined/combined_wavpack.c +++ b/src/combined/combined_wavpack.c @@ -33,7 +33,7 @@ static uint32_t audio_types[] = { static const decoder_info_t decoder_info_wv = { audio_types, /* supported types */ - 7 /* priority */ + 8 /* priority */ }; const plugin_info_t xine_plugin_info[] EXPORTED = { |