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

compn subversion at mplayerhq.hu
Sat Sep 20 19:23:02 CEST 2008


Author: compn
Date: Sat Sep 20 19:23:02 2008
New Revision: 27652

Log:
add blackmagic 10bit decoder, works on v-codecs/R210/

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Sat Sep 20 19:23:02 2008
@@ -66,6 +66,15 @@ videocodec zmbv
   dll "zmbv.dll"
   out BGR24,BGR15,BGR8 query,flip
 
+videocodec blackmagic
+  info "Blackmagic 10-bit"
+  status working
+  comment "requires libguide40.dll"
+  fourcc r210
+  driver vfw
+  dll "BMDCodecLib.dll"
+  out BGR32,RGB32
+
 ; MPEG-1/2 decoding:
 ; Note: mpegpes is preferred for hw decoders:
 



More information about the MPlayer-cvslog mailing list