summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 05:57:00 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 05:57:00 +0000
commit0d8c217a2fc3ea543d559e6202b3eb3e1e6f614c (patch)
tree2643a25ebb64cfd5cfa8737d82a531800e549e7c /etc
parent69c1559ccb3cb3f30247354229af530f7f162ff1 (diff)
downloadmpv-0d8c217a2fc3ea543d559e6202b3eb3e1e6f614c.tar.bz2
mpv-0d8c217a2fc3ea543d559e6202b3eb3e1e6f614c.tar.xz
integrated Tim Ferguson's native CYUV decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3970 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 49b9fb59c7..94328b6a01 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -318,6 +318,13 @@ videocodec nuv
driver nuv
out I420
+videocodec cyuv
+ info "Creative YUV (native codec)"
+ status working
+ fourcc cyuv,CYUV
+ driver cyuv
+ out UYVY
+
audiocodec imaadpcm
info "IMA ADPCM"
status working