From b56e63e2a96b67aff4050d4db06ee67665893c36 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 25 Oct 2023 14:10:37 -0500 Subject: m_option: drop support for -del for list options 5f74ed58286a1339412554932f31844ec1b64280 deprecated this many years ago. The utility is questionable at best given that -remove exists and is more natural to use. Free up some code and drop it. --- DOCS/man/options.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index a1dc8e392c..351294b110 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1119,9 +1119,9 @@ Video ``--vf=`` Specify a list of video filters to apply to the video stream. See `VIDEO FILTERS`_ for details and descriptions of the available filters. - The option variants ``--vf-add``, ``--vf-pre``, ``--vf-del`` and - ``--vf-clr`` exist to modify a previously specified list, but you - should not need these for typical use. + The option variants ``--vf-add``, ``--vf-pre``, and ``--vf-clr`` exist + to modify a previously specified list, but you should not need these for + typical use. ``--untimed`` Do not sleep when outputting video frames. Useful for benchmarks when used @@ -1936,9 +1936,9 @@ Audio ``--af=`` Specify a list of audio filters to apply to the audio stream. See `AUDIO FILTERS`_ for details and descriptions of the available filters. - The option variants ``--af-add``, ``--af-pre``, ``--af-del`` and - ``--af-clr`` exist to modify a previously specified list, but you - should not need these for typical use. + The option variants ``--af-add``, ``--af-pre``, and ``--af-clr`` exist + to modify a previously specified list, but you should not need these for + typical use. ``--audio-spdif=`` List of codecs for which compressed audio passthrough should be used. This -- cgit v1.2.3