From d148e35b44f32a6495e7e497c13552b0b89bcc0b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 7 Apr 2008 17:54:49 +0100 Subject: Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8. --- src/combined/ffmpeg/ff_audio_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/combined/ffmpeg') diff --git a/src/combined/ffmpeg/ff_audio_decoder.c b/src/combined/ffmpeg/ff_audio_decoder.c index d95ae4e0c..042900867 100644 --- a/src/combined/ffmpeg/ff_audio_decoder.c +++ b/src/combined/ffmpeg/ff_audio_decoder.c @@ -604,5 +604,5 @@ static uint32_t supported_audio_types[] = { decoder_info_t dec_info_ffmpeg_audio = { supported_audio_types, /* supported types */ - 6 /* priority */ + 7 /* priority */ }; -- cgit v1.2.3