[FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.
Paul B Mahol
onemda at gmail.com
Wed Aug 19 21:26:43 EEST 2020
On 8/12/20, Nicolas George <george at nsup.org> wrote:
> It is not relevant when using activate and framesync.
>
Nice catch, patch OK.
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
> 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_qsv.c
> +++ b/libavfilter/vf_overlay_qsv.c
> @@ -398,13 +398,11 @@ static const AVFilterPad overlay_qsv_inputs[] = {
> .name = "main",
> .type = AVMEDIA_TYPE_VIDEO,
> .config_props = config_main_input,
> - .needs_fifo = 1,
> },
> {
> .name = "overlay",
> .type = AVMEDIA_TYPE_VIDEO,
> .config_props = config_overlay_input,
> - .needs_fifo = 1,
> },
> { NULL }
> };
> --
> 2.28.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list