[FFmpeg-devel] [PATCH 4/4] lavfi: remove af_asynts filter

Rostislav Pehlivanov atomnuker at gmail.com
Thu Mar 16 09:02:20 EET 2017


On 6 March 2017 at 20:47, Marton Balint <cus at passwd.hu> wrote:

>
> 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.
>
>
>
Changed locally.
I'll push this tomorrow if there are no objections.


More information about the ffmpeg-devel mailing list