Mercurial > mplayer.hg
changeset 31581:8f8c92592747
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
author | cehoyos |
---|---|
date | Thu, 08 Jul 2010 20:17:45 +0000 |
parents | b6c2b541e1a6 |
children | b1797b109353 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Thu Jul 08 15:52:47 2010 +0000 +++ b/libvo/vo_gl.c Thu Jul 08 20:17:45 2010 +0000 @@ -1232,7 +1232,7 @@ " 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; }