# HG changeset patch # User arpi_esp # Date 989632591 0 # Node ID db7e402735cb1c3e58f4805a3819491f1f93972d # Parent 3116b8ee3e867dd2c966fbec4f7cb64b2d74a4c5 -flip/-noflip changed diff -r 3116b8ee3e86 -r db7e402735cb cfg-mplayer.h --- 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},