changeset 765:feaaa19a8069

Added -flip/-noflip.
author atmosfear
date Fri, 11 May 2001 14:39:28 +0000
parents 60296841e0c5
children 479f753a66ae
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri May 11 13:13:33 2001 +0000
+++ b/cfg-mplayer.h	Fri May 11 14:39:28 2001 +0000
@@ -114,8 +114,8 @@
         {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
 	{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
 	{"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},
        
         {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},