[FFmpeg-devel] [PATCH 4/4] lavfi: remove af_asynts filter
Marton Balint
cus at passwd.hu
Mon Mar 6 22:47:44 EET 2017
On Mon, 6 Mar 2017, Rostislav Pehlivanov wrote:
> Long overdue for removal, af_aresample should be used instead.
>
> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> ---
> Changelog | 1 +
> configure | 2 -
> doc/filters.texi | 33 -----
> libavfilter/Makefile | 1 -
> libavfilter/af_asyncts.c | 323 --------------------------------------------
> libavfilter/allfilters.c | 1 -
> libavfilter/version.h | 2 +-
> tests/fate/filter-audio.mak | 6 -
> 8 files changed, 2 insertions(+), 367 deletions(-)
> delete mode 100644 libavfilter/af_asyncts.c
>
> diff --git a/Changelog b/Changelog
> index 13628ca28b..88e188bacb 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release,
> releases are sorted from youngest to oldest.
>
> version <next>:
> +- Removed asyncts filter (use af_aresample instead)
Entires are sorted from oldest to youngest :P
Thanks for the cleanup.
Regards,
Marton
More information about the ffmpeg-devel
mailing list