diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/filter_graph.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index 86f291fde..9f80118bd 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -124,9 +124,6 @@ FilterGraph::FilterGraph (shared_ptr<const FFmpegContent> content, dcp::Size s, if (avfilter_graph_config (graph, 0) < 0) { throw DecodeError (N_("could not configure filter graph.")); } - - avfilter_inout_free (&inputs); - avfilter_inout_free (&outputs); } FilterGraph::~FilterGraph () |
