OpenGL vo driver suboptions by Reimar and me.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12200 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-04-13 20:03:10 +00:00
parent a21a1a6a81
commit de98e6b806
1 changed files with 14 additions and 0 deletions

View File

@ -3583,9 +3583,23 @@ Output video using the SVGA library.
.TP
.B gl\ \ \ \ \
OpenGL output driver.
Very simple version, no OSD support and video size must be smaller than
the maximum texture size of your OpenGL implementation.
Intended to work even with the most simple OpenGL implementations.
.PD 0
.RSs
.IPs manyfmts
Enables support for more (RGB and BGR) color formats.
Needs OpenGL version >= 1.2, NOT yet WORKING correctly.
.IPs <number>
Number of lines copied to texture in one piece.
0 for whole image.
.RE
.PD 1
.TP
.B gl2\ \ \ \
OpenGL output driver, second generation.
Supports OSD and videos larger than maximum texture size.
.TP
.B null\ \ \
Produces no video output.