1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-03 23:44:19 +00:00
parent a879e01cb3
commit 2756d4601f

View File

@ -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