diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-17 20:44:45 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-17 20:44:45 +0000 |
commit | 6ab19b81b1c114b4069e51212989c12b6b01c9f5 (patch) | |
tree | 87eaaad1dadffbf23804e07f7bffdeea4318549d | |
parent | 4f9a9ae44f21fad6bdc8b9f27744ffd397de8963 (diff) |
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem
on some systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28639 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 44e78f958f..8c2d4a6506 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1629,7 +1629,7 @@ videocodec rv3040win videocodec rv40 info "Linux RealPlayer 9 RV40" - status working + status buggy fourcc RV40,rv40 driver realvid dll "drv4.so.6.0" @@ -1653,7 +1653,7 @@ videocodec rv40mac videocodec rv30 info "Linux RealPlayer 8 RV30" - status working + status buggy fourcc RV30,rv30 driver realvid dll "drv3.so.6.0" @@ -1702,7 +1702,7 @@ videocodec ffrv40 videocodec rv20 info "Linux RealPlayer 8 RV20" - status working + status buggy fourcc RV20,rv20 driver realvid dll "drv2.so.6.0" |