From 31bce1cbe78b3d61e44ea9c5a6a17c1fe1723063 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 24 May 2018 19:33:25 +0200 Subject: 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. --- DOCS/man/options.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b10c2a2b23..7162e6ecf0 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=`` - 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==[,=[,...]]`` Pass AVOptions to libavformat demuxer. -- cgit v1.2.3