diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-29 14:36:42 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-29 14:36:42 +0000 |
commit | 2d02ac31b0342e26e9e4d771545da1a5535dfe44 (patch) | |
tree | 72d30a26e2c48b83d5d1246c63b836268c400987 /etc/codecs.conf | |
parent | cdd749103a22cd3afb6db591daa6b13d38b1d9bf (diff) |
forgot to commit fftheora entry, but it's only support by g2 til now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11316 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b2da45a294..8079841479 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1053,6 +1053,15 @@ videocodec ffvp3 dll "vp3" out YV12 +videocodec fftheora + info "FFmpeg's Theora" + status untested + fourcc theo,Thra + format 0xFFFC + driver ffmpeg + dll "theora" + out YV12 + videocodec vp3 info "On2 OpenSource VP3-Codec" status working |