diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-16 14:20:34 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-16 14:20:34 +0000 |
| commit | b6df7d39efa2fffefe0685d271e28038c484512a (patch) | |
| tree | fbc85e15637767e1e984e300d054522ac1dae37e /src/demuxers | |
| parent | dca7aad8c609e205dd4bb793573fec966fdbfc31 (diff) | |
| download | xine-lib-b6df7d39efa2fffefe0685d271e28038c484512a.tar.gz xine-lib-b6df7d39efa2fffefe0685d271e28038c484512a.tar.bz2 | |
Drop the priority of the aud demuxer.
It has been observed claiming files which should be claimed by other demuxers
such as playlist or real.
Diffstat (limited to 'src/demuxers')
| -rw-r--r-- | src/demuxers/group_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/group_audio.c b/src/demuxers/group_audio.c index 78bf4012b..d3832c36d 100644 --- a/src/demuxers/group_audio.c +++ b/src/demuxers/group_audio.c @@ -42,7 +42,7 @@ static const demuxer_info_t demux_info_ac3 = { }; static const demuxer_info_t demux_info_aud = { - 10 /* priority */ + -2 /* priority */ }; static const demuxer_info_t demux_info_aiff = { |
