diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-08 19:53:11 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-08 19:53:11 +0000 |
commit | 274c433f072609ac9fc7f487e228a6cc9bf04a6d (patch) | |
tree | a843b376097689a6498c388ad191dccbdfd2d996 /DOCS/man/en/mplayer.1 | |
parent | 9f3bc811f40afb87cdec31001e4f6c84789ecc12 (diff) |
OpenGL OSD rendering for vo_gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13586 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index a88ebd6d98..b5da540731 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2521,17 +2521,21 @@ Use svga with VIDIX. .TP .B gl\ \ \ \ \ OpenGL video output driver. -Very simple version, no OSD support and video size must be smaller than +Simple version, 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 (no)manyfmts Enables support for more (RGB and BGR) color formats. -Needs OpenGL version >= 1.2, NOT yet WORKING correctly. +Needs OpenGL version >= 1.2. .IPs slice-height=<0\-...> Number of lines copied to texture in one piece (default: 4). 0 for whole image. +.IPs (no)osd +Enable or disable support for OSD rendering via OpenGL. +Mostly for testing, you should use \-osdlevel 0 to disable OSD. +Default: enabled .RE .PD 1 . |