diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-14 20:04:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-14 20:04:15 +0000 |
| commit | 05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 (patch) | |
| tree | fa7a3e408c2eb66b070864694b6af7e0787e508f /src/lib/transcoder.h | |
| parent | 5161626c3c28ba528511a8b211286a5e81a0f02a (diff) | |
Tests pass again.
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index d5597ad0e..324a72037 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -31,6 +31,8 @@ class Job; class Encoder; class FilmState; class Matcher; +class VideoFilter; +class Gain; /** @class Transcoder * @brief A class which takes a FilmState and some Options, then uses those to transcode a Film. @@ -59,4 +61,5 @@ protected: boost::shared_ptr<Decoder> _decoder; boost::shared_ptr<Matcher> _matcher; boost::shared_ptr<DelayLine> _delay_line; + boost::shared_ptr<Gain> _gain; }; |
