summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 18:13:45 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 18:13:45 +0000
commit22c9bcf82417c33258c74104704f196f6672f696 (patch)
tree14aafb466a1a81040af035e6b0a8ef43ca2f99c6 /libvo/video_out.c
parent9aefb6b0f0a83b52c42994dae407aeaa4992c682 (diff)
downloadmpv-22c9bcf82417c33258c74104704f196f6672f696.tar.bz2
mpv-22c9bcf82417c33258c74104704f196f6672f696.tar.xz
user settable colorkey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10989 b3059339-0415-0410-9bf9-f77b7e298cf2
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
//