summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 3315899a57..ecc46f4b30 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -628,6 +628,20 @@ videocodec rawrgb24
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