summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-08 20:17:45 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:20 +0200
commitb3c3a40c6e4138dce367c69e4f9a5cf95f12e82b (patch)
tree820eb8ffcc4ec25bbf5abd83922521c07001ad82 /libvo
parentd7a9c6d24012c2776b8c7125309302aefe365f71 (diff)
downloadmpv-b3c3a40c6e4138dce367c69e4f9a5cf95f12e82b.tar.bz2
mpv-b3c3a40c6e4138dce367c69e4f9a5cf95f12e82b.tar.xz
vo_gl: remove "broken" comment from quadbuffer stereo
Independent tests indicate that GLX_STEREO is working fine on supported hardware. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31647 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31648 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 43b3a6a03a..bef92b0731 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -1251,7 +1251,7 @@ static int preinit_internal(const char *arg, int allow_sw)
" 0: normal display\n"
" 1: side-by-side to red-cyan stereo\n"
" 2: side-by-side to green-magenta stereo\n"
- " 3: side-by-side to quadbuffer stereo (broken?)\n"
+ " 3: side-by-side to quadbuffer stereo\n"
"\n" );
return -1;
}