summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 18594910d4..56b2d643d7 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -48,6 +48,7 @@ char *vo_subdevice = NULL;
int vo_directrendering=0;
int vo_colorkey = 0x0000ff00; // default colorkey is green
+ // (0xff000000 means that colorkey has been disabled)
//
// Externally visible list of all vo drivers