Re: [FFmpeg-devel] [PATCH 1/2] avfilter: add ff_inlink_peek_samples and ff_inlink_skip samples

2020-04-20 Thread Nicolas George
Paul B Mahol (12020-04-18): > Signed-off-by: Paul B Mahol > --- > libavfilter/avfilter.c | 96 ++ > libavfilter/filters.h | 17 > 2 files changed, 113 insertions(+) > > diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c > index

[FFmpeg-devel] [PATCH 1/2] avfilter: add ff_inlink_peek_samples and ff_inlink_skip samples

2020-04-18 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avfilter.c | 96 ++ libavfilter/filters.h | 17 2 files changed, 113 insertions(+) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 394811916d..90c73fb64b 100644 ---

[FFmpeg-devel] [PATCH 1/2] avfilter: add ff_inlink_peek_samples and ff_inlink_skip samples

2018-10-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avfilter.c | 96 ++ libavfilter/filters.h | 17 2 files changed, 113 insertions(+) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 93e866b79c..1dad873dfc 100644 ---