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 d7736d4e8..ed0a6b1b5 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -42,7 +42,9 @@ public:
}
private:
+ boost::shared_ptr<const Film> _film;
boost::shared_ptr<Player> _player;
+ boost::shared_ptr<Writer> _writer;
boost::shared_ptr<Encoder> _encoder;
bool _finishing;
};