From 86ff541253b1e825dfc82fe7286f82969717080c Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 10 Sep 2009 17:30:02 +0000 Subject: 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 --- libmpdemux/demux_lavf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux') 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 }; -- cgit v1.2.3