[Mplayer-cvslog] CVS: main cfg-common.h,1.116,1.117
Alex Beregszaszi
alex at mplayerhq.hu
Wed Oct 22 21:02:09 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2994
Modified Files:
cfg-common.h
Log Message:
Saving and loading external index file. Patch by Jason Tackaberry <tack at auc.ca>
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- cfg-common.h 22 Oct 2003 17:52:42 -0000 1.116
+++ cfg-common.h 22 Oct 2003 19:01:05 -0000 1.117
@@ -77,6 +77,8 @@
{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0, NULL},
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1, NULL},
{"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2, NULL},
+ {"saveidx", &index_file_save, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"loadidx", &index_file_load, CONF_TYPE_STRING, 0, 0, 0, NULL},
// select audio/videosubtitle stream
{"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 8190, NULL},
More information about the MPlayer-cvslog
mailing list