Re: [FFmpeg-devel] [PATCH 1/5] lavfi/buffersrc: remove fifo.

2019-12-23 Thread Nicolas George
Nicolas George (12019-12-17): > I will push these five patches soon unless somebody object. Pushed. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailma

Re: [FFmpeg-devel] [PATCH 1/5] lavfi/buffersrc: remove fifo.

2019-12-17 Thread Nicolas George
Nicolas George (12019-12-02): > The frame is immediately pushed, the fifo has never more than one. > > Signed-off-by: Nicolas George > --- > libavfilter/buffersrc.c | 45 ++--- > 1 file changed, 11 insertions(+), 34 deletions(-) I will push these five patches

[FFmpeg-devel] [PATCH 1/5] lavfi/buffersrc: remove fifo.

2019-12-02 Thread Nicolas George
The frame is immediately pushed, the fifo has never more than one. Signed-off-by: Nicolas George --- libavfilter/buffersrc.c | 45 ++--- 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index bae