From 775d81609627e4c6e091ae3761cdb1235f789276 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Aug 2015 23:38:23 +0200 Subject: demux: remove options to control minimum packet queue size Remove --demuxer-readahead-packets and --demuxer-readahead-bytes. These were a bit useless. They could force a minimum packet queue size, but controlling the queue size with --demuxer-readahead-secs is much nicer. It's fairly certain nobody ever used these options. --- DOCS/man/options.rst | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 9ad67c6492..f86e489db1 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2247,21 +2247,6 @@ Demuxer (This value tends to be fuzzy, because many file formats don't store linear timestamps.) -``--demuxer-readahead-packets=`` - If ``--demuxer-thread`` is enabled, this controls how much the demuxer - should buffer ahead. As long as the number of packets in the packet queue - doesn't exceed ``--demuxer-readahead-packets``, and the total number of - bytes doesn't exceed ``--demuxer-readahead-bytes``, the thread keeps - reading ahead. - - Note that if you set these options near the maximum, you might get a - packet queue overflow warning. - - See ``--list-options`` for defaults and value range. - -``--demuxer-readahead-bytes=`` - See ``--demuxer-readahead-packets``. - ``--force-seekable=`` If the player thinks that the media is not seekable (e.g. playing from a pipe, or it's a http stream with a server that doesn't support range -- cgit v1.2.3