diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:26:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-27 01:26:55 +0100 |
| commit | 9c34cfd11a22757b2bd006ce14c7a1b6f94d1571 (patch) | |
| tree | cd67b9431d71dec5ab8e7efdf14815cf318fae80 /src/lib | |
| parent | 94de1ee0027859adea18bee27a8d82b512ac650c (diff) | |
include trimming.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/decoder.cc | 3 | ||||
| -rw-r--r-- | src/lib/decoder.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index acd3400f0..f911ccbf9 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -33,10 +33,9 @@ #include "util.h" #include "log.h" #include "decoder.h" -#include "filter.h" #include "delay_line.h" -#include "ffmpeg_compatibility.h" #include "subtitle.h" +#include "filter_graph.h" using std::string; using std::stringstream; diff --git a/src/lib/decoder.h b/src/lib/decoder.h index b20adb511..cbcfe7008 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -31,7 +31,6 @@ #include <boost/signals2.hpp> #include "util.h" #include "stream.h" -#include "filter_graph.h" class Job; class Options; @@ -41,6 +40,7 @@ class DelayLine; class TimedSubtitle; class Subtitle; class Film; +class FilterGraph; /** @class Decoder. * @brief Parent class for decoders of content. |
