diff options
author | kostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-01 06:42:11 +0000 |
---|---|---|
committer | kostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-01 06:42:11 +0000 |
commit | 5895532e51681acc5ec7bc2191615fe8729d9b85 (patch) | |
tree | ffaed77e587f55263939a6b8c45b5fcb4fedb377 | |
parent | 39f7129214983e2dfc314194e21b60d1c1c7cbf8 (diff) |
FFmpeg now has RV40 decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28054 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 a22b7aa056..83348738e2 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1528,6 +1528,14 @@ videocodec ffrv20 dll rv20 out YV12,I420,IYUV +videocodec ffrv40 + info "FFmpeg RV40 decoder" + status working + fourcc RV40,rv40 + driver ffmpeg + dll rv40 + out YV12,I420,IYUV + videocodec rv20 info "Linux RealPlayer 8 RV20 decoder" status working |