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

Rostislav Pehlivanov atomnuker at gmail.com
Mon Mar 27 20:35:35 EEST 2017


On 16 March 2017 at 07:02, Rostislav Pehlivanov <atomnuker at gmail.com> wrote:

>
>
> 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.
>
>
Pushed, thanks.


More information about the ffmpeg-devel mailing list