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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 1742600c80..6fc5b4b46c 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -47,6 +47,8 @@ float vo_fps=0; // for mp1e rte
char *vo_subdevice = NULL;
int vo_directrendering=0;
+int vo_colorkey = 0x0000ff00; // default colorkey is green
+
//
// Externally visible list of all vo drivers
//