summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-17 22:03:25 +0200
committerwm4 <wm4@nowhere>2015-04-17 22:03:25 +0200
commit01cfcd68142d72f4805db9a033cdd63106bae6cc (patch)
treec57ffce866a78c23e04817673d60f81ed0f37a57 /DOCS
parent55ba4db742911689a7feb45b7b102dfd12e8eda8 (diff)
downloadmpv-01cfcd68142d72f4805db9a033cdd63106bae6cc.tar.bz2
mpv-01cfcd68142d72f4805db9a033cdd63106bae6cc.tar.xz
demuxer_lavf: add an option for disabling hacks
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9fcb143ccc..ef914982a7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2022,6 +2022,12 @@ Demuxer
``--demuxer-lavf-format=<name>``
Force a specific libavformat demuxer.
+``--demuxer-lavf-hacks=<yes|no>``
+ By default, some formats will be handled differently from other formats
+ by explicitly checking for them. Most of these compensate for weird or
+ 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