Added -flip/-noflip.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-05-11 14:39:28 +00:00
parent 7b6df46326
commit 48463d23b5
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", &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},