summaryrefslogtreecommitdiff
path: root/src/lib/ab_transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-10 21:28:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-10 21:28:26 +0100
commit540aac0bc5ca6cbf393c650e97236a9677124a30 (patch)
treec926d65d63a48f0096e84d333cd15f7f8212dddc /src/lib/ab_transcoder.h
parentf6c5598ba6b18d5be753139ea5a8f30781468afc (diff)
Remove gain/delay_line/matcher/trimmer.
Diffstat (limited to 'src/lib/ab_transcoder.h')
-rw-r--r--src/lib/ab_transcoder.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/ab_transcoder.h b/src/lib/ab_transcoder.h
index 134bce3e4..54d7ed0be 100644
--- a/src/lib/ab_transcoder.h
+++ b/src/lib/ab_transcoder.h
@@ -31,12 +31,8 @@ class Encoder;
class Image;
class Log;
class Film;
-class Matcher;
-class DelayLine;
-class Gain;
class Combiner;
class Player;
-class Trimmer;
/** @class ABTranscoder
* @brief A transcoder which uses one Film for the left half of the screen, and a different one
@@ -59,9 +55,5 @@ private:
boost::shared_ptr<Job> _job;
boost::shared_ptr<Encoder> _encoder;
boost::shared_ptr<Combiner> _combiner;
- 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;
};