diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-30 18:13:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-30 18:13:07 +0000 |
commit | b36af2ac13222807bda63f7aa5b7353f44603621 (patch) | |
tree | 4713ce9291139e5ff6ad443f2ceecf212d4243aa /etc | |
parent | 25c9322aa4a768190d3c5c162d9f206024a34c61 (diff) |
Expose support for 444P and 422P raw video.
patch by Stuart Cunningham <stuart_hc at yahoo dot com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 18 |
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 |