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

cehoyos subversion at mplayerhq.hu
Fri Dec 2 20:14:24 CET 2011


Author: cehoyos
Date: Fri Dec  2 20:14:23 2011
New Revision: 34372

Log:
Support FFmpeg VBLE decoder.

Patch by Paul B Mahol, onemda gmail

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Dec  1 20:10:15 2011	(r34371)
+++ trunk/etc/codecs.conf	Fri Dec  2 20:14:23 2011	(r34372)
@@ -2324,6 +2324,14 @@ videocodec utvideodmo
   out RGB32,RGB24
   out BGR32,BGR24
 
+videocodec ffvble
+  info "FFmpeg VBLE lossless codec"
+  status working
+  fourcc VBLE
+  driver ffmpeg
+  dll vble
+  out YV12
+
 videocodec psiv
   info "Infinite Video PSI_V"
   status working


More information about the MPlayer-cvslog mailing list