Mercurial > mplayer.hg
changeset 12199:4ec05f0d33da
OpenGL vo driver suboptions by Reimar and me.
author | diego |
---|---|
date | Tue, 13 Apr 2004 20:03:10 +0000 |
parents | 759b010d6c09 |
children | cbde6609f1f9 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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> +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.