summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_lavfi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/filter/vf_lavfi.c b/video/filter/vf_lavfi.c
index f581fe950e..77d85cb603 100644
--- a/video/filter/vf_lavfi.c
+++ b/video/filter/vf_lavfi.c
@@ -177,13 +177,9 @@ static bool recreate_graph(struct vf_instance *vf, int width, int height,
outputs->name = av_strdup("in");
outputs->filter_ctx = in;
- outputs->pad_idx = 0;
- outputs->next = NULL;
inputs->name = av_strdup("out");
inputs->filter_ctx = f_format;
- inputs->pad_idx = 0;
- inputs->next = NULL;
if (graph_parse(graph, p->cfg_graph, inputs, outputs, NULL) < 0)
goto error;