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/man/af.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/af.rst') 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