summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-18 01:07:37 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-18 01:45:36 +0200
commit186e5a998c8424b3c850b62d6f5755a0928cd64c (patch)
treecabc9881fb5ed2c6dbe5f771323a55c50136a091 /etc/codecs.conf
parent41ac08d2b45f0f6eb369ea57604796be69200185 (diff)
parente5ee1232c5e00e730d69cf57767b1ee3ab5b4e16 (diff)
downloadmpv-186e5a998c8424b3c850b62d6f5755a0928cd64c.tar.bz2
mpv-186e5a998c8424b3c850b62d6f5755a0928cd64c.tar.xz
Merge svn changes up to r28641
Convert vo_x11_border (used in vo_gl/gl2 though the vo_gl_border macro) to use a wrapper macro in old-style VOs which do not provide a VO object argument. Before this function had an explicit global_vo argument in vo_gl/gl2. New vo_vdpau uses it too so use the same mechanism as most other functions.
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf6
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"