# HG changeset patch # User reimar # Date 1252603802 0 # Node ID 2a2bc7ee5b816962b0673633a0f675945ee0f51a # Parent aaf67d00ae75a32576198c070bc2644e58b8472c 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]. diff -r aaf67d00ae75 -r 2a2bc7ee5b81 libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Thu Sep 10 17:28:35 2009 +0000 +++ b/libmpdemux/demux_lavf.c Thu Sep 10 17:30:02 2009 +0000 @@ -183,6 +183,7 @@ "mxf", "swf", "vqf", + "w64", "wv", NULL };