Re: [FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.

2020-08-19 Thread Paul B Mahol
On 8/12/20, Nicolas George wrote: > It is not relevant when using activate and framesync. > Nice catch, patch OK. > Signed-off-by: Nicolas George > --- > libavfilter/vf_overlay_qsv.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavfilter/vf_overlay_qsv.c b/libavfilter/vf_overlay

Re: [FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.

2020-08-17 Thread Nicolas George
Ping for the patch series. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg

[FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.

2020-08-12 Thread Nicolas George
It is not relevant when using activate and framesync. Signed-off-by: Nicolas George --- libavfilter/vf_overlay_qsv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/vf_overlay_qsv.c b/libavfilter/vf_overlay_qsv.c index 2a4dc5cb58..11f5fc2242 100644 --- a/libavfilter/vf_overlay_q