summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-10 17:30:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-10 17:30:02 +0000
commit86ff541253b1e825dfc82fe7286f82969717080c (patch)
tree7e45f1d7b6319b942e3ac9eaefa5f1c0bfa7442f /libmpdemux
parentcd5fa275504dec8d9e7e497c8d6db1451aa71c74 (diff)
downloadmpv-86ff541253b1e825dfc82fe7286f82969717080c.tar.bz2
mpv-86ff541253b1e825dfc82fe7286f82969717080c.tar.xz
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
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_lavf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c
index f99263c99a..3ac0b6d489 100644
--- a/libmpdemux/demux_lavf.c
+++ b/libmpdemux/demux_lavf.c
@@ -183,6 +183,7 @@ static const char * const preferred_list[] = {
"mxf",
"swf",
"vqf",
+ "w64",
"wv",
NULL
};