diff mbox series

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

Message ID 20200812172558.262021-1-george@nsup.org
State Accepted
Commit 7c1fbf7cf3c32b02c53025d2e08fe460b9b275b2
Headers show
Series [FFmpeg-devel,1/4] lavfi/vf_overlay_qsv: remove needs_fifo. | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Nicolas George Aug. 12, 2020, 5:25 p.m. UTC
It is not relevant when using activate and framesync.

Signed-off-by: Nicolas George <george@nsup.org>
---
 libavfilter/vf_overlay_qsv.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Nicolas George Aug. 17, 2020, 3:19 p.m. UTC | #1
Ping for the patch series.

Regards,
Paul B Mahol Aug. 19, 2020, 6:26 p.m. UTC | #2
On 8/12/20, Nicolas George <george@nsup.org> wrote:
> It is not relevant when using activate and framesync.
>

Nice catch, patch OK.

> Signed-off-by: Nicolas George <george@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@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox series

Patch

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 }
 };