summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d7fb375245..a002f6d24a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1814,6 +1814,24 @@ videocodec rawuyvy
fourcc uyvy,UYVY
out UYVY
+videocodec raw444P
+ info "RAW 444P"
+ status working
+ driver raw
+ format 0x0 0x50343434
+ format 0x20776172
+ fourcc 444p,444P
+ out 444P
+
+videocodec raw422P
+ info "RAW 422P"
+ status working
+ driver raw
+ format 0x0 0x50323234
+ format 0x20776172
+ fourcc 422p,422P
+ out 422P
+
videocodec rawyv12
info "RAW YV12"
status working