changeset 14614:8422e47929a1

Expose support for 444P and 422P raw video. patch by Stuart Cunningham <stuart_hc at yahoo dot com>
author diego
date Sun, 30 Jan 2005 18:13:07 +0000
parents c10a234ac711
children f1c2f7046748
files etc/codecs.conf
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Jan 30 10:27:26 2005 +0000
+++ b/etc/codecs.conf	Sun Jan 30 18:13:07 2005 +0000
@@ -1814,6 +1814,24 @@
   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