summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 19:01:34 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 19:01:34 +0000
commit19578c6960a1e80b0f5890758acbe147e1cc2b8d (patch)
tree3f5b4177375aa530ea47e3ac77f0de0dea4f1c77 /libvo
parent2d79c4c10923b2395cd59a7c5cc0fbb20dfb0419 (diff)
downloadmpv-19578c6960a1e80b0f5890758acbe147e1cc2b8d.tar.bz2
mpv-19578c6960a1e80b0f5890758acbe147e1cc2b8d.tar.xz
Slightly document alpha for OSD color
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25984 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index fb8ad7e50f..500bb0d8bb 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -867,7 +867,7 @@ static int preinit(const char *arg)
" 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;