1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Start to separate bad-autodetection hacks from other stuff in extension-based

demuxer selection.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22938 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-04-07 17:41:17 +00:00
parent ad730514fa
commit 03bc9d7f97

View File

@ -65,6 +65,11 @@ static struct {
{ "26l", DEMUXER_TYPE_H264_ES },
{ "ac3", DEMUXER_TYPE_LAVF },
{ "wv", DEMUXER_TYPE_LAVF },
// At least the following are hacks against broken autodetection
// that should not be there
// demux_audio is too greedy
{ "dxa", DEMUXER_TYPE_LAVF },
};