# HG changeset patch # User diego # Date 1081886590 0 # Node ID 4ec05f0d33da1842a06ccc9a8246842a9e566ecb # Parent 759b010d6c09e231155a93ca1bf9bc085d1a52f1 OpenGL vo driver suboptions by Reimar and me. diff -r 759b010d6c09 -r 4ec05f0d33da DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Apr 13 19:56:48 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Apr 13 20:03:10 2004 +0000 @@ -3583,9 +3583,23 @@ .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 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.