mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 20:00:37 +00: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:
parent
ad730514fa
commit
03bc9d7f97
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user