summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-24 19:33:25 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:35 +0200
commit982416266c9596bec0ee4a1b1098d37a0f79ad94 (patch)
tree7826e2fd95d6f2abfec3a7623901bc21d3fe3bbc /DOCS
parentb406f679b127aa3f5fa5f728adb27bc8d500dff1 (diff)
downloadmpv-982416266c9596bec0ee4a1b1098d37a0f79ad94.tar.bz2
mpv-982416266c9596bec0ee4a1b1098d37a0f79ad94.tar.xz
demux_lavf: drop obscure genpts option
This code shouldn't even exist in libavformat. If you still need it, you can enable it via --demuxer-lavf-o.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 89d9c56eec..9c66ca35cb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2763,12 +2763,6 @@ Demuxer
imperfect behavior from libavformat demuxers. Passing ``no`` disables
these. For debugging and testing only.
-``--demuxer-lavf-genpts-mode=<no|lavf>``
- Mode for deriving missing packet PTS values from packet DTS. ``lavf``
- enables libavformat's ``genpts`` option. ``no`` disables it. This used
- to be enabled by default, but then it was deemed as not needed anymore.
- Enabling this might help with timestamp problems, or make them worse.
-
``--demuxer-lavf-o=<key>=<value>[,<key>=<value>[,...]]``
Pass AVOptions to libavformat demuxer.