diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 15:39:52 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 15:39:52 +0000 |
commit | f452c1262fd167a90fd63e13bd2de7bf8c7ca17b (patch) | |
tree | 81c81f48ba9275c49c9654e9998fbcb1e75394d8 /etc | |
parent | c2c64b459fd7beba97569ab7849f90cbe8e5243e (diff) | |
download | mpv-f452c1262fd167a90fd63e13bd2de7bf8c7ca17b.tar.bz2 mpv-f452c1262fd167a90fd63e13bd2de7bf8c7ca17b.tar.xz |
Add support for decoding 4:2:2 and 4:4:4 Theora files.
Patch by Giorgio Vazzana [mywing81 gmail com]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index bbdc753be4..26a052911e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -584,7 +584,7 @@ videocodec theora fourcc theo,Thra driver theora dll libtheora - out YV12 + out YV12,422P,444P ; prefer native codecs over win32? ; the win32 codecs probably are (better) optimized and support direct |