mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
claims the Wave64 files but can not handle them). Patch by Daniel Verkamp [daniel drv nu]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29668 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd5fa27550
commit
86ff541253
@ -183,6 +183,7 @@ static const char * const preferred_list[] = {
|
||||
"mxf",
|
||||
"swf",
|
||||
"vqf",
|
||||
"w64",
|
||||
"wv",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user