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