1
0
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:
reimar 2009-09-10 17:30:02 +00:00
parent cd5fa27550
commit 86ff541253

View File

@ -183,6 +183,7 @@ static const char * const preferred_list[] = {
"mxf",
"swf",
"vqf",
"w64",
"wv",
NULL
};