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

reimar subversion at mplayerhq.hu
Thu Oct 13 20:14:03 CEST 2011


Author: reimar
Date: Thu Oct 13 20:14:02 2011
New Revision: 34197

Log:
Add PVA to lavf preferred formats list, its demuxer seems to work well
enough and now also has a probe function that should be sufficiently reliable.

Modified:
   trunk/libmpdemux/demux_lavf.c

Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c	Thu Oct 13 18:50:30 2011	(r34196)
+++ trunk/libmpdemux/demux_lavf.c	Thu Oct 13 20:14:02 2011	(r34197)
@@ -219,6 +219,7 @@ static const char * const preferred_list
     "mpc8",
     "mxf",
     "ogg",
+    "pva",
     "swf",
     "vqf",
     "w64",


More information about the MPlayer-cvslog mailing list