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

cehoyos subversion at mplayerhq.hu
Thu Dec 17 21:15:34 CET 2009


Author: cehoyos
Date: Thu Dec 17 21:15:34 2009
New Revision: 30053

Log:
Support R210 uncompressed 10 bit RGB codec.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Dec 17 19:31:59 2009	(r30052)
+++ trunk/etc/codecs.conf	Thu Dec 17 21:15:34 2009	(r30053)
@@ -76,6 +76,14 @@ videocodec yuv8
   out YV12,I420,UYVY
   out BGR24,BGR15,BGR32
 
+videocodec ffr210
+  info "FFmpeg R210 - 10-bit RGB"
+  status working
+  fourcc r210
+  driver ffmpeg
+  dll "r210"
+  out RGB48BE,RGB48LE
+
 videocodec blackmagic
   info "Blackmagic 10-bit"
   status working


More information about the MPlayer-cvslog mailing list