[MPlayer-cvslog] r30076 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Sun Dec 20 14:25:09 CET 2009


Author: cehoyos
Date: Sun Dec 20 14:25:08 2009
New Revision: 30076

Log:
VP6F has to be flipped for binary decoder.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Dec 19 22:08:14 2009	(r30075)
+++ trunk/etc/codecs.conf	Sun Dec 20 14:25:08 2009	(r30076)
@@ -2048,12 +2048,19 @@ videocodec vp6
   info "On2 VP6 Personal Codec"
   status working
   fourcc VP60,VP61,VP62
-  fourcc VP6F VP60
   driver vfwex
   dll "vp6vfw.dll"
   out YUY2
   out BGR32,BGR24
 
+videocodec vp6f
+  info "On2 VP6F Personal Codec"
+  status working
+  fourcc VP6F VP60
+  driver vfwex
+  dll "vp6vfw.dll"
+  out YUY2,BGR32,BGR24 flip
+
 videocodec vp7
   info "On2 VP7 Personal Codec"
   status working


More information about the MPlayer-cvslog mailing list