mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +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",
|
"mxf",
|
||||||
"swf",
|
"swf",
|
||||||
"vqf",
|
"vqf",
|
||||||
|
"w64",
|
||||||
"wv",
|
"wv",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user