summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a26016944e..4e559f4457 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2211,6 +2211,13 @@ videocodec rawrgb32
format 0x52474220
out RGB32
+videocodec rawrgb32flip
+ info "RAW RGB32 (flipped)"
+ status working
+ driver raw
+ format 0x20424752 0x52474220
+ out RGB32 flip
+
videocodec rawrgb24
info "RAW RGB24"
status working
@@ -2220,6 +2227,13 @@ videocodec rawrgb24
format 0x52474218
out RGB24
+videocodec rawrgb24flip
+ info "RAW RGB24 (flipped)"
+ status working
+ driver raw
+ format 0x18424752 0x52474218
+ out RGB24 flip
+
videocodec rawrgb16
info "RAW RGB16"
status working
@@ -2229,6 +2243,13 @@ videocodec rawrgb16
format 0x52474210
out RGB16
+videocodec rawrgb16flip
+ info "RAW RGB16 (flipped)"
+ status working
+ driver raw
+ format 0x10424752 0x52474210
+ out RGB16 flip
+
videocodec rawbgr32flip
info "RAW BGR32"
status working