summaryrefslogtreecommitdiff
path: root/src/lib/ab_transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-23 16:17:20 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-23 16:17:20 +0100
commit425ef773dbf91d2fecd8e2fbdc20becbfbda46f8 (patch)
treef9047287c2e950f8cbfdcfbce9e60bdca87d1faf /src/lib/ab_transcoder.h
parent8805ae23ce2c3a19fc6a1fd341cff899bfb61128 (diff)
Connect Trimmer clsas.
Diffstat (limited to 'src/lib/ab_transcoder.h')
-rw-r--r--src/lib/ab_transcoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ab_transcoder.h b/src/lib/ab_transcoder.h
index 58a08af04..4f1b14e48 100644
--- a/src/lib/ab_transcoder.h
+++ b/src/lib/ab_transcoder.h
@@ -39,6 +39,7 @@ class Matcher;
class DelayLine;
class Gain;
class Combiner;
+class Trimmer;
/** @class ABTranscoder
* @brief A transcoder which uses one Film for the left half of the screen, and a different one
@@ -68,5 +69,6 @@ private:
boost::shared_ptr<Matcher> _matcher;
boost::shared_ptr<DelayLine> _delay_line;
boost::shared_ptr<Gain> _gain;
+ boost::shared_ptr<Trimmer> _trimmer;
boost::shared_ptr<Image> _image;
};