summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-25 14:10:37 -0500
committerDudemanguy <random342@airmail.cc>2023-10-30 16:47:44 +0000
commitb56e63e2a96b67aff4050d4db06ee67665893c36 (patch)
tree0d13cac32cb3b06bcfd799749c0da825a275021a /DOCS/man/options.rst
parentd72c86f95c9292c15e96a1f3fb8471ebb28aa6da (diff)
downloadmpv-b56e63e2a96b67aff4050d4db06ee67665893c36.tar.bz2
mpv-b56e63e2a96b67aff4050d4db06ee67665893c36.tar.xz
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.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 6 insertions, 6 deletions
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=<filter1[=parameter1:parameter2:...],filter2,...>``
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=<filter1[=parameter1:parameter2:...],filter2,...>``
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=<codecs>``
List of codecs for which compressed audio passthrough should be used. This