changeset 3312:636d07d2654f

added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>
author jaf
date Tue, 04 Dec 2001 14:24:12 +0000
parents 7ea29a38c5ad
children 76a3421bc421
files etc/codecs.conf
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Dec 04 13:47:09 2001 +0000
+++ b/etc/codecs.conf	Tue Dec 04 14:24:12 2001 +0000
@@ -628,6 +628,20 @@
   format 0x0
   out RGB24
 
+videocodec rawbgr24
+  info "RAW BGR24"
+  status working
+  driver raw
+  format 0x0
+  out BGR24 flip
+
+videocodec rawbgr15
+  info "RAW BGR15"
+  status working
+  driver raw
+  format 0x0
+  out BGR15 flip
+
 videocodec null
   info "NULL codec (no decoding!)"
   status working