From bc9458cbe39a24d22c199c82efab524208dc347d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Jul 2014 09:47:11 +0100 Subject: Clarify that Encoder really just manages video encoding. --- src/lib/transcoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/transcoder.h') 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 _film; boost::shared_ptr _player; + boost::shared_ptr _writer; boost::shared_ptr _encoder; bool _finishing; }; -- cgit v1.2.3