summaryrefslogtreecommitdiffstats
path: root/DOCS
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 /DOCS
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 'DOCS')
-rw-r--r--DOCS/man/en/options.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index a8fe171601..1c1a9a842d 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1146,15 +1146,6 @@
--list-properties
Print a list of the available properties.
---loadidx=<filename>
- The file from which to read the video index data saved by ``--saveidx``.
- This index will be used for seeking, overriding any index data contained
- in the AVI itself. mpv will not prevent you from loading an index file
- generated from a different AVI, but this is sure to cause unfavorable
- results.
-
- *NOTE*: This option is obsolete now that mpv has OpenDML support.
-
--loop=<number|inf|no>
Loops playback <number> times. ``inf`` means forever and ``no`` disables
looping.
@@ -1616,12 +1607,6 @@
grayscale output with this option. Not supported by all video output
drivers.
---saveidx=<filename>
- Force index rebuilding and dump the index to <filename>. Currently this
- only works with AVI files.
-
- *NOTE*: This option is obsolete now that mpv has OpenDML support.
-
--sb=<n>
Seek to byte position. Useful for playback from CD-ROM images or VOB files
with junk at the beginning. See also ``--ss``.