summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-08 20:37:53 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-08 20:37:53 +0100
commitfd040c2bd27fde35424a384174ecb56c643764cd (patch)
tree074906414d27d93a21224f110129a7e857a6ee04 /src/lib/transcoder.h
parent72d36df1174810d8d871a06d085b81b1652edf67 (diff)
Some tidying up. Do encode progress in the writer to improve progress bar movement with still-image DCPs (#130).
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 97ecaabfc..48b453fe4 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -17,6 +17,8 @@
*/
+#include "types.h"
+
/** @file src/transcoder.h
*
* A decoder is selected according to the content type, and the encoder can be specified
@@ -51,7 +53,7 @@ public:
float current_encoding_rate () const;
int video_frames_out () const;
-protected:
+private:
/** A Job that is running this Transcoder, or 0 */
boost::shared_ptr<Job> _job;
boost::shared_ptr<Player> _player;