comparison cfg-mplayer.h @ 1267:ac5c8926a2d6

-fsmode
author arpi
date Tue, 03 Jul 2001 23:44:19 +0000
parents 94f2853ec6f4
children 202d9e2dc202
comparison
equal deleted inserted replaced
1266:9e1b353f8171 1267:ac5c8926a2d6
26 #ifdef HAVE_LIRC 26 #ifdef HAVE_LIRC
27 extern char *lirc_configfile; 27 extern char *lirc_configfile;
28 #endif 28 #endif
29 29
30 extern int vo_doublebuffering; 30 extern int vo_doublebuffering;
31 extern int vo_fsmode;
31 extern int vo_dbpp; 32 extern int vo_dbpp;
32 extern int osd_level; 33 extern int osd_level;
33 extern int sub_unicode; 34 extern int sub_unicode;
34 35
35 extern char *ao_outputfilename; 36 extern char *ao_outputfilename;
163 {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0}, 164 {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0},
164 {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1}, 165 {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1},
165 {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0}, 166 {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0},
166 167
167 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32}, 168 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
169 {"fsmode", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 7},
168 {"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1}, 170 {"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1},
169 {"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0}, 171 {"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0},
170 #ifdef HAVE_LIRC 172 #ifdef HAVE_LIRC
171 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, 0, 0, 0}, 173 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, 0, 0, 0},
172 #endif 174 #endif