[FFmpeg-devel] [PATCH 2/7] avfilter: add ff_inlink_peek_samples and ff_inlink_skip samples
Paul B Mahol
onemda at gmail.com
Fri Jun 12 01:46:43 EEST 2020
On 6/11/20, Nicolas George <george at nsup.org> wrote:
> Paul B Mahol (12020-06-11):
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> libavfilter/avfilter.c | 61 +++++++++++++++++++++++++++++++++++++-----
>> libavfilter/filters.h | 17 ++++++++++++
>> 2 files changed, 72 insertions(+), 6 deletions(-)
>
> Still no. It makes a very important function much more complex, it would
> be simpler implemented in the filters directly since they are not using
> the full features of the queue.
Can I get another objective opinion?
This is needed also by showspectrumpic filter and it needs random number of
samples to skip and peek.
More information about the ffmpeg-devel
mailing list