diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-22 20:28:32 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-22 20:28:32 +0000 |
commit | 809b5476a7d7dde349f1eb54cdac1ff208ce0fc9 (patch) | |
tree | c5442ac9254b3ee5c99f84d2f522b50e29ac841b /etc | |
parent | 20f5b528547e645175f50d3f652f237b17716b58 (diff) |
Add support for the Linux RealPlayer 10 RV30/40 codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14581 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-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 d2330413b3..d7fb375245 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1097,6 +1097,15 @@ videocodec 3ivX ; experimental real video decoder using closed source codecs +videocodec rv3040 + info "Linux RealPlayer 10 RV30/40 decoder" + status working + fourcc RV30,rv30 + fourcc RV40,rv40 + driver realvid + dll "drvc.so" + out I420 + videocodec rv40 info "Linux RealPlayer 9 RV40 decoder" status working |