summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-01 20:08:31 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-01 20:08:31 +0000
commit30e45dd697afc053f2d7be4ee2bc154e5061ad80 (patch)
treed8fd278f274098c327be2fd90dff0db5ab72ef61 /src/lib/transcoder.h
parent2eb98168b80792ba21fe31423d50bd28c4f17837 (diff)
Untested basic stats for player.
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index d7736d4e8..25b2ef908 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -42,6 +42,7 @@ public:
}
private:
+ boost::shared_ptr<const Film> _film;
boost::shared_ptr<Player> _player;
boost::shared_ptr<Encoder> _encoder;
bool _finishing;