summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-12 04:16:39 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-13 03:26:45 -0800
commita5f53da229f0f3f5b7e248c47061a67f6d61d81e (patch)
treef8499623a62fef4e2f13a502ef6663886dd34540 /DOCS/man/af.rst
parentcbfc001918cf3c562aff1d46822012997c9a8f84 (diff)
downloadmpv-a5f53da229f0f3f5b7e248c47061a67f6d61d81e.tar.bz2
mpv-a5f53da229f0f3f5b7e248c47061a67f6d61d81e.tar.xz
af_lavrresample: deprecate this filter
The future direction might be not having such a user-visible filter at all, similar to how vf_scale went away (or actually, redirects to libavfilter's vf_scale).
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index e0431713fa..5a13bb4495 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -29,6 +29,12 @@ Available filters are:
This filter is automatically enabled if the audio output does not support
the audio configuration of the file being played.
+ .. warning::
+
+ Deprecated. Either use the ``--audio-resample-...`` options to customize
+ resampling, or the libavfilter ``--af=aresample`` filter, which has its
+ own options.
+
It supports only the following sample formats: u8, s16, s32, float.
``filter-size=<length>``