[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.206,1.207
Alex Beregszaszi
alex at mplayerhq.hu
Fri Oct 17 11:08:39 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.78,1.79 vo_cvidix.c,1.3,1.4 vo_fbdev.c,1.85,1.86 vo_svga.c,1.71,1.72 vo_vesa.c,1.95,1.96 vo_xvidix.c,1.62,1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25187
Modified Files:
cfg-mplayer.h
Log Message:
Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
by Jake Page <jake at CS.Stanford.EDU>
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- cfg-mplayer.h 3 Oct 2003 18:13:15 -0000 1.206
+++ cfg-mplayer.h 17 Oct 2003 09:08:08 -0000 1.207
@@ -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},
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.78,1.79 vo_cvidix.c,1.3,1.4 vo_fbdev.c,1.85,1.86 vo_svga.c,1.71,1.72 vo_vesa.c,1.95,1.96 vo_xvidix.c,1.62,1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list