summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Verweij <amverweij@gmail.com>2007-06-01 09:05:56 +0200
committerBram Verweij <amverweij@gmail.com>2007-06-01 09:05:56 +0200
commitb800951399e9ea2d83dabac78e554cf196d4cfc5 (patch)
tree0bd50510c51ab02adbd286efd90fa084f8bec410 /src
parentc6c900ac497ccb751bb35c9f913ad62395003f74 (diff)
downloadxine-lib-b800951399e9ea2d83dabac78e554cf196d4cfc5.tar.gz
xine-lib-b800951399e9ea2d83dabac78e554cf196d4cfc5.tar.bz2
Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can misfire and report a good file as unplayable.
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/group_audio.c2
1 files changed, 1 insertions, 1 deletions
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 = {