changeset 29732:eb29792f6a72

Add support for "Forward Uncompressed" decoding via FFmpeg
author reimar
date Wed, 14 Oct 2009 19:19:20 +0000
parents 2f8a19a6cedd
children adbe0fdb9990
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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