Mercurial > mplayer.hg
comparison cfg-mplayer.h @ 10988:c2bff70784d5
user settable colorkey
author | alex |
---|---|
date | Fri, 03 Oct 2003 18:13:45 +0000 |
parents | d45870f67728 |
children | 85f4534d1edb |
comparison
equal
deleted
inserted
replaced
10987:d5bea962297a | 10988:c2bff70784d5 |
---|---|
269 // set fullscreen switch method (workaround for buggy WMs) | 269 // set fullscreen switch method (workaround for buggy WMs) |
270 {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!\n", CONF_TYPE_PRINT, CONF_RANGE, 0, 31, NULL}, | 270 {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!\n", CONF_TYPE_PRINT, CONF_RANGE, 0, 31, NULL}, |
271 {"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, | 271 {"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, |
272 // set bpp (x11+vm, dga, fbdev, vesa, svga?) | 272 // set bpp (x11+vm, dga, fbdev, vesa, svga?) |
273 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL}, | 273 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL}, |
274 {"colorkey", &vo_colorkey, CONF_TYPE_INT, 0, 0, 0, NULL}, | |
274 // double buffering: (mga/xmga, xv, vidix, vesa, fbdev) | 275 // double buffering: (mga/xmga, xv, vidix, vesa, fbdev) |
275 {"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | 276 {"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
276 {"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0, NULL}, | 277 {"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0, NULL}, |
277 // wait for v-sync (vesa) | 278 // wait for v-sync (vesa) |
278 {"vsync", &vo_vsync, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | 279 {"vsync", &vo_vsync, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |