summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2020-08-12 17:22:21 +0200
committerNicolas George <george@nsup.org>2020-08-20 18:55:19 +0200
commit7c1fbf7cf3c32b02c53025d2e08fe460b9b275b2 (patch)
tree26c49f59a04794796b30ab8b039653b7f936f62d /libavfilter
parent23bbb01077b6e1f623238173be547425159b33bd (diff)
lavfi/vf_overlay_qsv: remove needs_fifo.
It is not relevant when using activate and framesync.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_overlay_qsv.c2
1 files changed, 0 insertions, 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 }
};