summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-15 18:16:35 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-15 18:16:35 +0000
commit89319eb1217c8caca80dc22ca770766f6d2f26c0 (patch)
tree32a5837e1f1ecbe370890169d4289fc649173a7a /src/lib/transcoder.h
parent0b781dd65a90e617866810ecb3dee27267449f1f (diff)
Skipping hacks.
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 4a9667b3c..43c70df00 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -54,6 +54,8 @@ public:
}
protected:
+ boost::shared_ptr<Film> _film;
+ boost::shared_ptr<const Options> _opt;
/** A Job that is running this Transcoder, or 0 */
Job* _job;
/** The encoder that we will use */