summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-02 09:47:11 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-02 09:47:11 +0100
commitbc9458cbe39a24d22c199c82efab524208dc347d (patch)
treeb982ff454bfcacc1d5bd3048c10e053ae724feb0 /src/lib/transcoder.h
parenta6c2aa6cad5872d27654553d447cb34185317974 (diff)
Clarify that Encoder really just manages video encoding.
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 25b2ef908..ed0a6b1b5 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -44,6 +44,7 @@ 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;
};