diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-10 21:28:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-10 21:28:26 +0100 |
| commit | 540aac0bc5ca6cbf393c650e97236a9677124a30 (patch) | |
| tree | c926d65d63a48f0096e84d333cd15f7f8212dddc /src/lib/transcoder.h | |
| parent | f6c5598ba6b18d5be753139ea5a8f30781468afc (diff) | |
Remove gain/delay_line/matcher/trimmer.
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index 48b453fe4..f7da3bd01 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -28,12 +28,8 @@ class Film; class Job; class Encoder; -class Matcher; class VideoFilter; -class Gain; -class DelayLine; class Player; -class Trimmer; /** @class Transcoder * @@ -58,8 +54,4 @@ private: boost::shared_ptr<Job> _job; boost::shared_ptr<Player> _player; boost::shared_ptr<Encoder> _encoder; - boost::shared_ptr<Matcher> _matcher; - boost::shared_ptr<DelayLine> _delay_line; - boost::shared_ptr<Gain> _gain; - boost::shared_ptr<Trimmer> _trimmer; }; |
