diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-20 21:19:38 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-20 21:19:38 +0000 |
commit | 4986b305a92058f2f57f9e2148358a696b9043fa (patch) | |
tree | 92bb577eda9fabf17da3f48459ef3731290ee0e5 /etc | |
parent | c2b0e6d31123648f43b61f1aa09af6941d61647c (diff) |
Indeo2 (fourcc "RT21") decoder via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15229 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index f62f223099..9b841ad6e7 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -396,6 +396,14 @@ videocodec ffqtdrw dll qdraw out RGB24 +videocodec ffindeo2 + info "Indeo 2 native decoder" + status working + fourcc RT21 + driver ffmpeg + dll indeo2 + out YVU9 + videocodec ffflv info "FFmpeg Flash video" status working |