CVS: main cfg-mplayer.h,1.16,1.17
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv1034 Modified Files: cfg-mplayer.h Log Message: - added -bpp switch (only takes effect if IMGFMT_BGR) to select the desired depth (15,16,24,32) by querying libvo for just this depth (if supported by codec) Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** cfg-mplayer.h 2001/04/12 20:37:25 1.16 --- cfg-mplayer.h 2001/04/13 11:15:25 1.17 *************** *** 65,69 **** {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1}, {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0}, ! {"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0}, {"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1}, --- 65,71 ---- {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1}, {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0}, ! ! {"bpp", &user_bpp, CONF_TYPE_INT, CONF_RANGE, 0, 32}, ! {"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0}, {"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1}, _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Andreas Ackermann