summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
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 /cfg-mplayer.h
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 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2d2fdc4510..756a6e7dee 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -271,6 +271,7 @@ m_option_t mplayer_opts[]={
{"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
// set bpp (x11+vm, dga, fbdev, vesa, svga?)
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
+ {"colorkey", &vo_colorkey, CONF_TYPE_INT, 0, 0, 0, NULL},
// double buffering: (mga/xmga, xv, vidix, vesa, fbdev)
{"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0, NULL},