Don't haste.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@770 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-05-11 14:52:06 +00:00
parent 82b8dce748
commit 07c2ced269
1 changed files with 2 additions and 2 deletions

View File

@ -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},