changeset 29626:2a2bc7ee5b81

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].
author reimar
date Thu, 10 Sep 2009 17:30:02 +0000
parents aaf67d00ae75
children d8d2b355825c
files libmpdemux/demux_lavf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 };