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

cehoyos subversion at mplayerhq.hu
Sat Oct 3 13:05:24 CEST 2015


Author: cehoyos
Date: Sat Oct  3 13:05:24 2015
New Revision: 37531

Log:
Support DXV decoder.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Oct  3 12:59:34 2015	(r37530)
+++ trunk/etc/codecs.conf	Sat Oct  3 13:05:24 2015	(r37531)
@@ -2711,6 +2711,14 @@ videocodec ffhap
   dll hap
   out RGBA
 
+videocodec ffdxv
+  info "FFmpeg DXV"
+  status working
+  fourcc DXDI,DXD3
+  driver ffmpeg
+  dll dxv
+  out RGBA
+
 videocodec ffzerocodec
   info "FFmpeg ZeroCodec lossless"
   status working


More information about the MPlayer-cvslog mailing list