]> git.sesse.net Git - ffmpeg/commitdiff
lavfi/vf_overlay_qsv: remove needs_fifo.
authorNicolas George <george@nsup.org>
Wed, 12 Aug 2020 15:22:21 +0000 (17:22 +0200)
committerNicolas George <george@nsup.org>
Thu, 20 Aug 2020 16:55:19 +0000 (18:55 +0200)
It is not relevant when using activate and framesync.

libavfilter/vf_overlay_qsv.c

index 2a4dc5cb58d730bc22efa838f6f5a6387f937f01..11f5fc22428c679d1346c345d77d7bf442753ed4 100644 (file)
@@ -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 }
 };