From a5f53da229f0f3f5b7e248c47061a67f6d61d81e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jan 2018 04:16:39 +0100 Subject: 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). --- DOCS/interface-changes.rst | 2 ++ DOCS/man/af.rst | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'DOCS') 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=`` -- cgit v1.2.3