From d4fe6a59e2f253c19d661fa8136bda38e855f55c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Sep 2014 20:37:51 +0100 Subject: Bump ffmpeg. --- src/lib/filter_graph.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index d2427c31f..2d8f83aa7 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -117,7 +117,7 @@ FilterGraph::FilterGraph (shared_ptr content, dcp::Size s, inputs->pad_idx = 0; inputs->next = 0; - if (avfilter_graph_parse (graph, filters.c_str(), &inputs, &outputs, 0) < 0) { + if (avfilter_graph_parse (graph, filters.c_str(), inputs, outputs, 0) < 0) { throw DecodeError (N_("could not set up filter graph.")); } -- cgit v1.2.3