diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-26 01:18:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-26 01:18:02 +0100 |
| commit | ecd946722a74917ecda3f9e7b73b3b0be6b5e8ca (patch) | |
| tree | ac4810ba3c042c5498070205f5b0f796e6d89d5d | |
| parent | 131646786964241429888af6296e4ff089ce5900 (diff) | |
Remove unnecessary include.
| -rw-r--r-- | src/lib/filter_graph.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index 44f20f7ef..52826f3d0 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -28,7 +28,6 @@ #include "image.h" #include "compose.hpp" extern "C" { -#include <libavfilter/avfiltergraph.h> #include <libavfilter/buffersrc.h> #include <libavfilter/buffersink.h> #include <libavformat/avio.h> |
