diff etc/codecs.conf @ 29732:eb29792f6a72

Add support for "Forward Uncompressed" decoding via FFmpeg
author reimar
date Wed, 14 Oct 2009 19:19:20 +0000
parents af460532dd3a
children adbe0fdb9990
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Oct 14 11:27:12 2009 +0000
+++ b/etc/codecs.conf	Wed Oct 14 19:19:20 2009 +0000
@@ -1386,6 +1386,14 @@
   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