From b800951399e9ea2d83dabac78e554cf196d4cfc5 Mon Sep 17 00:00:00 2001 From: Bram Verweij Date: Fri, 1 Jun 2007 09:05:56 +0200 Subject: Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can misfire and report a good file as unplayable. --- src/demuxers/group_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/demuxers/group_audio.c b/src/demuxers/group_audio.c index b8f0e1ed4..a498a3799 100644 --- a/src/demuxers/group_audio.c +++ b/src/demuxers/group_audio.c @@ -68,7 +68,7 @@ static const demuxer_info_t demux_info_mpgaudio = { }; static const demuxer_info_t demux_info_mpc = { - 0 /* priority */ + 1 /* priority */ }; static const demuxer_info_t demux_info_nsf = { -- cgit v1.2.3