From 67a0dc08e7ad6f06cc9da7f6afc71bf2082f0bb6 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 12 May 2001 01:56:31 +0000 Subject: [PATCH] -flip/-noflip changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@778 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 11222a9892..3fc2432598 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -116,8 +116,8 @@ struct config conf[]={ {"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},