summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-17 13:30:29 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-17 13:30:29 +0000
commitfaf0220476e26edcc74b43d5ace62f4e376be51a (patch)
tree781d8d27581e94f3cbac12373a8d1ecd1a64a6bc /etc
parent4bfc3589a4241e88979b32f48968412bd426c771 (diff)
downloadmpv-faf0220476e26edcc74b43d5ace62f4e376be51a.tar.bz2
mpv-faf0220476e26edcc74b43d5ace62f4e376be51a.tar.xz
Added rawy800 codec as according to the manpage it should be there
(see -rawvideo). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14172 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index ae0969c0e9..3e871c20e5 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1851,6 +1851,15 @@ videocodec rawyvu9
fourcc yvu9,YVU9
out YVU9
+videocodec rawy800
+ info "RAW Y8/Y800"
+ status working
+ driver raw
+ format 0x0
+ format 0x20203859 ; "Y8 "
+ fourcc y800,Y800
+ out Y800,Y8
+
; NULL codec - for testing.
videocodec null