changeset 35601:d79291903d2e

Support decoding ABGR rawvideo streams.
author cehoyos
date Tue, 18 Dec 2012 01:08:30 +0000
parents f15a80d56c7e
children 80521cdbc272
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Dec 18 00:53:45 2012 +0000
+++ b/etc/codecs.conf	Tue Dec 18 01:08:30 2012 +0000
@@ -4244,6 +4244,14 @@
   dll rawvideo
   out Y800,Y8
 
+videocodec ffrawabgr
+  info "RAW ABGR"
+  status working
+  fourcc ABGR
+  driver ffmpeg
+  dll rawvideo
+  out ABGR
+
 ; NULL codec - for testing.
 
 videocodec null