# HG changeset patch # User jaf # Date 1007475852 0 # Node ID 636d07d2654f34387ea7c88062185e4903d17653 # Parent 7ea29a38c5ade35dee74c3282e4b651aa97216dc added rawbgr modes by Artur Zaprzala diff -r 7ea29a38c5ad -r 636d07d2654f etc/codecs.conf --- 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