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/decoder.h | |
| parent | 94de1ee0027859adea18bee27a8d82b512ac650c (diff) | |
include trimming.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
