[MPlayer-DOCS] r34438 - in trunk: DOCS/man/en/mplayer.1 libvo/gl_common.h libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Sun Dec 11 18:52:20 CET 2011


Author: reimar
Date: Sun Dec 11 18:52:20 2011
New Revision: 34438

Log:
Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/libvo/gl_common.h
   trunk/libvo/vo_gl.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Dec 11 18:51:24 2011	(r34437)
+++ trunk/DOCS/man/en/mplayer.1	Sun Dec 11 18:52:20 2011	(r34438)
@@ -4119,6 +4119,19 @@ even if you do not get any error message
 Use glxinfo or a similar tool to display the supported OpenGL extensions.
 .PD 0
 .RSs
+.IPs backend=<n>
+Select the backend/OpenGL implementation to use (default: -1).
+.RSss
+-1: Autoselect
+.br
+0: Win32/WGL
+.br
+1: X11/GLX
+.br
+2: SDL
+.br
+3: X11/EGL (highly experimental)
+.RE
 .IPs (no)ati\-hack
 ATI drivers may give a corrupted image when PBOs are used (when using \-dr
 or force\-pbo).


More information about the MPlayer-DOCS mailing list