summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index dc1171a289..0ce097f454 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -912,6 +912,14 @@ videocodec rawrgb16
format 0x52474210
out RGB16
+videocodec rawbgr32
+ info "RAW BGR32"
+ status working
+ driver raw
+ format 0x0
+ format 0x42475220
+ out BGR32 flip
+
videocodec rawbgr24
info "RAW BGR24"
status working