[FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.
Nicolas George
george at nsup.org
Wed Aug 12 20:25:55 EEST 2020
It is not relevant when using activate and framesync.
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
More information about the ffmpeg-devel
mailing list