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

cehoyos subversion at mplayerhq.hu
Mon Oct 31 01:47:41 CET 2011


Author: cehoyos
Date: Mon Oct 31 01:47:40 2011
New Revision: 34280

Log:
Support FFmpeg Dirac decoder.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sun Oct 30 19:00:25 2011	(r34279)
+++ trunk/etc/codecs.conf	Mon Oct 31 01:47:40 2011	(r34280)
@@ -1293,6 +1293,14 @@ videocodec ffwv1f
   dll mpeg4
   out YV12,I420,IYUV flip
 
+videocodec ffdirac
+  info "FFmpeg Dirac"
+  status working
+  fourcc drac
+  driver ffmpeg
+  dll dirac
+  out 422P,YV12,444P
+
 videocodec fflibschroedinger
   info "Dirac (through FFmpeg libschroedinger)"
   status working


More information about the MPlayer-cvslog mailing list