mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 13:21:13 +00:00
-fsmode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a879e01cb3
commit
2756d4601f
@ -28,6 +28,7 @@ extern char *lirc_configfile;
|
||||
#endif
|
||||
|
||||
extern int vo_doublebuffering;
|
||||
extern int vo_fsmode;
|
||||
extern int vo_dbpp;
|
||||
extern int osd_level;
|
||||
extern int sub_unicode;
|
||||
@ -165,6 +166,7 @@ struct config conf[]={
|
||||
{"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0},
|
||||
|
||||
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
|
||||
{"fsmode", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 7},
|
||||
{"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
{"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0},
|
||||
#ifdef HAVE_LIRC
|
||||
|
Loading…
Reference in New Issue
Block a user