summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
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 */