Mercurial > mplayer.hg
changeset 777:db7e402735cb
-flip/-noflip changed
author | arpi_esp |
---|---|
date | Sat, 12 May 2001 01:56:31 +0000 |
parents | 3116b8ee3e86 |
children | 13c0dfde813b |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sat May 12 01:55:36 2001 +0000 +++ b/cfg-mplayer.h Sat May 12 01:56:31 2001 +0000 @@ -116,8 +116,8 @@ {"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0}, {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1}, {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0}, - {"flip", &flip, CONF_TYPE_FLAG, 0, 0, 1}, - {"noflip", &flip, CONF_TYPE_FLAG, 0, 1, 0}, + {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1}, + {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0}, {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},