summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/af.rst6
2 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a269859c39..ce60e72f6d 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -33,6 +33,8 @@ Interface changes
its defaults), and various hw deinterlacing filters (like vf_vavpp), for
which you will have to stop using --deinterlace=yes, and instead use the
vf toggle commands and the filter enable/disable flag to customize it.
+ - deprecate --af=lavrresample. Use the ``--audio-resample-...`` options to
+ customize resampling, or the libavfilter ``--af=aresample`` filter.
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs
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>``