diff cfg-mplayer.h @ 11158:85f4534d1edb

Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support by Jake Page <jake@CS.Stanford.EDU>
author alex
date Fri, 17 Oct 2003 09:08:37 +0000
parents c2bff70784d5
children 30eccb0d1a64
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri Oct 17 08:36:47 2003 +0000
+++ b/cfg-mplayer.h	Fri Oct 17 09:08:37 2003 +0000
@@ -272,6 +272,7 @@
 	// 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},