diff options
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index ecc8ebf62..97ecaabfc 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -31,6 +31,7 @@ class VideoFilter; class Gain; class DelayLine; class Player; +class Trimmer; /** @class Transcoder * @@ -58,4 +59,5 @@ protected: boost::shared_ptr<Matcher> _matcher; boost::shared_ptr<DelayLine> _delay_line; boost::shared_ptr<Gain> _gain; + boost::shared_ptr<Trimmer> _trimmer; }; |
