From 4dc8c0756fbb91634c0c7555d5e66c35f3b69b63 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 21 May 2013 00:12:20 +0200 Subject: vf_lavfi: remove redundant statements --- video/filter/vf_lavfi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video') 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; -- cgit v1.2.3