From a34978c3a7ccdcc7b629134461ecffc95ec26364 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 17 Oct 2003 09:08:37 +0000 Subject: Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support by Jake Page git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11159 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 756a6e7dee..b44548133e 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -272,6 +272,7 @@ m_option_t mplayer_opts[]={ // 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}, + {"nocolorkey", &vo_colorkey, CONF_TYPE_FLAG, 0, 0, 0xff000000, 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}, -- cgit v1.2.3