summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:36:49 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:23 +0100
commit63a56048b2682c054e0da40473f30a832c86416e (patch)
tree3212f6f3ae282d81823881d9dd572af98494f1c5 /DOCS/man
parent7985d4fd3452ba5feed240ab86ba1c088547e98e (diff)
downloadmpv-63a56048b2682c054e0da40473f30a832c86416e.tar.bz2
mpv-63a56048b2682c054e0da40473f30a832c86416e.tar.xz
options: remove --hr-mp3-seek
This didn't do anything anymore. Even before the internal audio demuxer was removed, demux_lavf was used by default for mp3. Use --hr-seek instead.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index c846dde4aa..806370e1a4 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -784,15 +784,6 @@
--help
Show short summary of options and key bindings.
---hr-mp3-seek
- Only affects the internal ``audio`` demuxer, which is not used by default
- for mp3 files any more. The equivalent functionality is always enabled
- with the now default libavformat demuxer for mp3. Hi-res MP3 seeking.
- Enabled when playing from an external MP3 file, as we need to seek to the
- very exact position to keep A/V sync. Can be slow especially when seeking
- backwards since it has to rewind to the beginning to find an exact frame
- position.
-
--hr-seek=<no|absolute|yes>
Select when to use precise seeks that are not limited to keyframes. Such
seeks require decoding video from the previous keyframe up to the target