Mercurial > mplayer.hg
changeset 1267:ac5c8926a2d6
-fsmode
author | arpi |
---|---|
date | Tue, 03 Jul 2001 23:44:19 +0000 |
parents | 9e1b353f8171 |
children | 9877eaacff9e |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Tue Jul 03 23:23:55 2001 +0000 +++ b/cfg-mplayer.h Tue Jul 03 23:44:19 2001 +0000 @@ -28,6 +28,7 @@ #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 @@ {"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