From 1ac89aeb6ca8642b7cc0f6b43899e4c8d9e08489 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Oct 2014 23:18:39 +0100 Subject: Bump ffmpeg version. --- src/lib/filter_graph.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index 0d72eacdf..639992d70 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -114,7 +114,7 @@ FilterGraph::FilterGraph (shared_ptr content, libdcp::Size 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