[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.111,1.112
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Mon Dec 17 00:59:31 CET 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv19301
Modified Files:
	cfg-mplayer.h 
Log Message:
-noloop added
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- cfg-mplayer.h	4 Dec 2001 21:04:17 -0000	1.111
+++ cfg-mplayer.h	16 Dec 2001 23:59:28 -0000	1.112
@@ -156,6 +156,7 @@
 	{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},
 	{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0},
 	{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0},
+	{"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1},
 	{"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000},
 	{"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1},
 	{"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0},
    
    
More information about the MPlayer-cvslog
mailing list