From 8e654d3f78f95b0e3a5a41d41e1e8cafd8f365ec Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 6 Oct 2015 17:55:15 +0200 Subject: video: remove user-controllable PTS sorting (--pts-association-mode) Useless. Sometimes it might be useful to make some extremely broken files work, but on the other hand --no-correct-pts is sufficient for these cases. While we still need some of the code for AVI, the "auto" mode in particular inflated the size of the code. --- DOCS/man/options.rst | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2d11020be1..6122e3e4e8 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3535,20 +3535,6 @@ Miscellaneous .. warning:: Using realtime priority can cause system lockup. -``--pts-association-mode=`` - Select the method used to determine which container packet timestamp - corresponds to a particular output frame from the video decoder. Normally - you should not need to change this option. - - :decoder: Use decoder reordering functionality. Unlike in classic MPlayer - and mplayer2, this includes a DTS fallback. (Default.) - :sort: Maintain a buffer of unused pts values and use the lowest value - for the frame. - :auto: Try to pick a working mode from the ones above automatically. - - You can also try to use ``--no-correct-pts`` for files with completely - broken timestamps. - ``--force-media-title=`` Force the contents of the ``media-title`` property to this value. Useful for scripts which want to set a title, without overriding the user's -- cgit v1.2.3