From b36af2ac13222807bda63f7aa5b7353f44603621 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 30 Jan 2005 18:13:07 +0000 Subject: Expose support for 444P and 422P raw video. patch by Stuart Cunningham git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14615 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'etc/codecs.conf') 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 -- cgit v1.2.3