[MPlayer-cvslog] r31225 - trunk/libmpdemux/demux_lavf.c

reimar subversion at mplayerhq.hu
Wed May 26 20:01:38 CEST 2010


Author: reimar
Date: Wed May 26 20:01:38 2010
New Revision: 31225

Log:
Switch ogg demuxing to lavf by default.
This has the side-effect of using fftheora by default instead of
theora, which possibly should be changed.

Modified:
   trunk/libmpdemux/demux_lavf.c

Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c	Wed May 26 19:56:11 2010	(r31224)
+++ trunk/libmpdemux/demux_lavf.c	Wed May 26 20:01:38 2010	(r31225)
@@ -216,6 +216,7 @@ static const char * const preferred_list
     "mpc",
     "mpc8",
     "mxf",
+    "ogg",
     "swf",
     "vqf",
     "w64",


More information about the MPlayer-cvslog mailing list