changeset 25952:bb89f92affff

Slightly document alpha for OSD color
author reimar
date Mon, 11 Feb 2008 19:01:34 +0000
parents 9b51f2ba368b
children 606adc08ee6d
files DOCS/man/en/mplayer.1 libvo/vo_gl.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Mon Feb 11 19:00:01 2008 +0000
+++ b/DOCS/man/en/mplayer.1	Mon Feb 11 19:01:34 2008 +0000
@@ -3578,8 +3578,8 @@
 borders in fullscreen mode.
 Does not work correctly with ass subtitles (see \-ass), you can instead
 render them without OpenGL support via \-vf ass.
-.IPs osdcolor=<0xRRGGBB>
-Color for OSD (default: 0xffffff, corresponds to white).
+.IPs osdcolor=<0xAARRGGBB>
+Color for OSD (default: 0x00ffffff, corresponds to non-transparent white).
 .IPs rectangle=<0,1,2>
 Select usage of rectangular textures which saves video RAM, but often is
 slower (default: 0).
--- a/libvo/vo_gl.c	Mon Feb 11 19:00:01 2008 +0000
+++ b/libvo/vo_gl.c	Mon Feb 11 19:01:34 2008 +0000
@@ -867,7 +867,7 @@
               "    use GL_NEAREST scaling for customtex texture\n"
               "  customtrect\n"
               "    use texture_rectangle for customtex texture\n"
-              "  osdcolor=<0xRRGGBB>\n"
+              "  osdcolor=<0xAARRGGBB>\n"
               "    use the given color for the OSD\n"
               "\n" );
       return -1;