Re: [FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.

2020-08-20 Thread Nicolas George
Paul B Mahol (12020-08-19): > On 8/12/20, Nicolas George wrote: > > Filters can use min_samples/max_samples if the number is constant > > or activate and ff_inlink_consume_samples(). > > > > LGTM Thanks. Series pushed. Regards, -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.

2020-08-19 Thread Paul B Mahol
On 8/12/20, Nicolas George wrote: > Filters can use min_samples/max_samples if the number is constant > or activate and ff_inlink_consume_samples(). > LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-

[FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.

2020-08-12 Thread Nicolas George
Filters can use min_samples/max_samples if the number is constant or activate and ff_inlink_consume_samples(). Signed-off-by: Nicolas George --- libavfilter/avfilter.h | 8 libavfilter/fifo.c | 99 ++ 2 files changed, 3 insertions(+), 104 deletio