summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-12 21:04:06 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-12 21:04:06 +0000
commit17cea71c34ed6bdba67aac8614572c7511844c2a (patch)
tree41464576c5e2e6ab360789faf4b5fcc4358ee556 /src/lib/transcoder.h
parent13b935067e892875ea9e76c3d63fcc11d2c429b0 (diff)
Untested; more movement of stuff out of decoder.
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 79ef89a18..d5597ad0e 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -30,6 +30,7 @@ class Film;
class Job;
class Encoder;
class FilmState;
+class Matcher;
/** @class Transcoder
* @brief A class which takes a FilmState and some Options, then uses those to transcode a Film.
@@ -56,4 +57,6 @@ protected:
boost::shared_ptr<Encoder> _encoder;
/** The decoder that we will use */
boost::shared_ptr<Decoder> _decoder;
+ boost::shared_ptr<Matcher> _matcher;
+ boost::shared_ptr<DelayLine> _delay_line;
};