[MPlayer-cvslog] r29774 - trunk/etc/codecs.conf
    reimar 
    subversion at mplayerhq.hu
       
    Wed Oct 14 21:19:21 CEST 2009
    
    
  
Author: reimar
Date: Wed Oct 14 21:19:20 2009
New Revision: 29774
Log:
Add support for "Forward Uncompressed" decoding via FFmpeg
Modified:
   trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Oct 14 13:27:12 2009	(r29773)
+++ trunk/etc/codecs.conf	Wed Oct 14 21:19:20 2009	(r29774)
@@ -1386,6 +1386,14 @@ videocodec pegasusmwv
   dll "pvwv220.dll"
   out BGR24 flip
 
+videocodec fffrwu
+  info "FFmpeg Forward Uncompressed Video Codec"
+  status working
+  fourcc FRWU
+  driver ffmpeg
+  dll "FRWU"
+  out UYVY
+
 videocodec frwuvfw
   info "Forward Uncompressed Video Codec"
   status working
    
    
More information about the MPlayer-cvslog
mailing list