CVS: main cfg-mplayer.h,1.42,1.43
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv16639 Modified Files: cfg-mplayer.h Log Message: Added -flip/-noflip. Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** cfg-mplayer.h 2001/05/09 14:17:55 1.42 --- cfg-mplayer.h 2001/05/11 14:39:28 1.43 *************** *** 115,120 **** {"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}, {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32}, --- 115,120 ---- {"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1}, {"nofs", &fullscreen, 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}, _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Felix Buenemann