summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 95684764e5..11222a9892 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -114,8 +114,8 @@ struct config conf[]={
{"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", &zoom, CONF_TYPE_FLAG, 0, 0, 1},
- {"nozoom", &zoom, 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},