[MPlayer-cvslog] r19672 - trunk/etc/codecs.conf
    rtogni 
    subversion at mplayerhq.hu
       
    Mon Sep  4 23:31:37 CEST 2006
    
    
  
Author: rtogni
Date: Mon Sep  4 23:31:37 2006
New Revision: 19672
Modified:
   trunk/etc/codecs.conf
Log:
Experimental WVC1 decoding via lavc
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Mon Sep  4 23:31:37 2006
@@ -546,6 +546,14 @@
   dll wmv3
   out YV12,I420,IYUV
   
+videocodec ffvc1
+  info "FFmpeg M$ WVC1"
+  status buggy
+  fourcc WVC1,wvc1
+  driver ffmpeg
+  dll vc1
+  out YV12,I420,IYUV
+
 videocodec ffh264
   info "FFmpeg H.264"
   status working
    
    
More information about the MPlayer-cvslog
mailing list