diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 16:38:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 16:38:09 +0100 |
| commit | 27708051af4a8a767e7ead415d680ecaf929ec13 (patch) | |
| tree | 4f964f64767887fe362b82babba5928baeece715 /src | |
| parent | 8e3f51dd662bae11d6ddcea0b2f07b0d08f886b6 (diff) | |
Include trimming.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/encoder.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 47eef823b..06a963a21 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -20,23 +20,18 @@ #ifndef DCPOMATIC_ENCODER_H #define DCPOMATIC_ENCODER_H -/** @file src/encoder.h +/** @file src/encoder.h * @brief Encoder class. */ #include "util.h" -#include "config.h" #include "cross.h" -#include "exceptions.h" -extern "C" { -#include <libavutil/samplefmt.h> -#include <libswresample/swresample.h> -} #include <boost/shared_ptr.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/condition.hpp> #include <boost/thread.hpp> #include <boost/optional.hpp> +#include <boost/signals2.hpp> #include <list> #include <stdint.h> |
