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
This commit is contained in:
cehoyos 2010-07-08 20:17:45 +00:00 committed by Uoti Urpala
parent d7a9c6d240
commit b3c3a40c6e
2 changed files with 2 additions and 2 deletions

View File

@ -4007,7 +4007,7 @@ Experimental, do not expect too much from it.
2: left-right split input to full-color red-cyan stereo.
.br
3: left-right split input to quadbuffered stereo.
Only supported by very few OpenGL cards, thus untested and not working.
Only supported by very few OpenGL cards.
.RE
.RE
.sp 1

View File

@ -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;
}