summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 19:01:37 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 19:01:37 +0000
commitaba42ce2fe950b4e2300cb5aeff7eb9d707b9275 (patch)
treebcfdee770c6e3ddff2b8cf8550c59fd7b8851670 /cfg-common.h
parent4c53a4a6a550c54a7bc050c49fa949be638fe506 (diff)
downloadmpv-aba42ce2fe950b4e2300cb5aeff7eb9d707b9275.tar.bz2
mpv-aba42ce2fe950b4e2300cb5aeff7eb9d707b9275.tar.xz
Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 6dd9cfdb83..7d8c87cbcd 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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},