[FFmpeg-cvslog] lavfi/vf_overlay_qsv: remove needs_fifo.

Nicolas George git at videolan.org
Thu Aug 20 20:09:45 EEST 2020


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Wed Aug 12 17:22:21 2020 +0200| [7c1fbf7cf3c32b02c53025d2e08fe460b9b275b2] | committer: Nicolas George

lavfi/vf_overlay_qsv: remove needs_fifo.

It is not relevant when using activate and framesync.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c1fbf7cf3c32b02c53025d2e08fe460b9b275b2
---

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



More information about the ffmpeg-cvslog mailing list