[MPlayer-cvslog] r35231 - trunk/etc/codecs.conf
    cehoyos 
    subversion at mplayerhq.hu
       
    Sat Oct  6 06:45:34 CEST 2012
    
    
  
Author: cehoyos
Date: Sat Oct  6 06:45:34 2012
New Revision: 35231
Log:
Support FFmpeg's Pinnacle Targa Y216 decoder.
Modified:
   trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Fri Oct  5 10:24:13 2012	(r35230)
+++ trunk/etc/codecs.conf	Sat Oct  6 06:45:34 2012	(r35231)
@@ -291,6 +291,14 @@ videocodec ffayuv
   dll ayuv
   out 444A
 
+videocodec ffy216
+  info "FFmpeg Pinnacle Targa CineWave YUV16"
+  status working
+  fourcc Y216
+  driver ffmpeg
+  dll targa_y216
+  out 422P16
+
 videocodec ffyuv4
   info "FFmpeg libquicktime yuv4 packed 4:2:0"
   status working
    
    
More information about the MPlayer-cvslog
mailing list