[MPlayer-dev-eng] [PATCH]Support CDXL playback without -demuxer lavf

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Feb 18 00:06:11 CET 2012


Hi!

Attached allows playback of cdxl files without using -demuxer lavf.

Please comment, Carl Eugen
-------------- next part --------------
Index: libmpdemux/demux_lavf.c
===================================================================
--- libmpdemux/demux_lavf.c	(revision 34731)
+++ libmpdemux/demux_lavf.c	(working copy)
@@ -208,6 +208,7 @@
 }
 
 static const char * const preferred_list[] = {
+    "cdxl",
     "dxa",
     "flv",
     "gxf",


More information about the MPlayer-dev-eng mailing list