summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-02 17:09:05 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-02 17:09:05 +0000
commit7b7529400348aefd90cf3f937de975e55e3a295e (patch)
tree302d32e0284dc9e7807220b94ab2255aafe3a5a3 /etc/codecs.conf
parente6015b2bd87d299c6cb432e71b7128d284dc8302 (diff)
downloadmpv-7b7529400348aefd90cf3f937de975e55e3a295e.tar.bz2
mpv-7b7529400348aefd90cf3f937de975e55e3a295e.tar.xz
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12398 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d27b17993b..080e031ccc 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -158,6 +158,14 @@ videocodec ff8bps
dll "8bps"
out BGR32,BGR24,BGR8 query
+videocodec ffcyuv
+ info "Creative YUV (libavcodec)"
+ status working
+ fourcc cyuv,CYUV
+ driver ffmpeg
+ dll "cyuv"
+ out 411P
+
videocodec cyuv
info "Creative YUV (native codec)"
status working