summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:13:17 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:21 +0100
commit042901940fc495f51cd23b9dee1daab089fad5b0 (patch)
tree060071096d6a2be8e1dcb69c6cb6b3b05c509d52 /cfg-mplayer.h
parenta04ad728c59410a13e43c5003da2ccc57fbd1218 (diff)
downloadmpv-042901940fc495f51cd23b9dee1daab089fad5b0.tar.bz2
mpv-042901940fc495f51cd23b9dee1daab089fad5b0.tar.xz
options, avi: remove -loadidx/-saveidx
This was probably useless even many years ago.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 011b0c568d..762dd0ed95 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -390,8 +390,6 @@ const m_option_t common_opts[] = {
// AVI and Ogg only: (re)build index at startup
{"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/video/subtitle stream
OPT_TRACKCHOICE("aid", audio_id),