summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 56d0279abd..19b160fcfc 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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