[MPlayer-cvslog] r29668 - trunk/libmpdemux/demux_lavf.c
reimar
subversion at mplayerhq.hu
Thu Sep 10 19:30:02 CEST 2009
Author: reimar
Date: Thu Sep 10 19:30:02 2009
New Revision: 29668
Log:
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
claims the Wave64 files but can not handle them).
Modified:
trunk/libmpdemux/demux_lavf.c
Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c Thu Sep 10 19:28:35 2009 (r29667)
+++ trunk/libmpdemux/demux_lavf.c Thu Sep 10 19:30:02 2009 (r29668)
@@ -183,6 +183,7 @@ static const char * const preferred_list
"mxf",
"swf",
"vqf",
+ "w64",
"wv",
NULL
};
More information about the MPlayer-cvslog
mailing list