[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.31,1.32
GEREOFFY
arpi_esp at users.sourceforge.net
Sat Apr 21 22:45:19 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv8417
Modified Files:
cfg-mplayer.h
Log Message:
changed behavior or -idx/-noidx
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** cfg-mplayer.h 2001/04/20 22:35:15 1.31
--- cfg-mplayer.h 2001/04/21 20:45:17 1.32
***************
*** 96,101 ****
{"bpp", &vo_dbpp, 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},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
--- 96,102 ----
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
! {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
! {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
!
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list