summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-04 21:55:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-04 21:55:06 +0000
commita3241f40b061480a0907699a5857075388216643 (patch)
tree4e1d80bbe66c093d6844024c4ea62e9ff61643d0 /src/lib/encoder.h
parent98060a4e6f02b418f30b4b736e5880a357454c40 (diff)
Suspend scale / crop / window / subtitle overlay until we decide that a frame is going to be used.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 686aaa2f2..d43e4e1d3 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -47,6 +47,7 @@ class EncodedData;
class Writer;
class Job;
class ServerFinder;
+class PlayerImage;
/** @class Encoder
* @brief Encoder to J2K and WAV for DCP.
@@ -68,7 +69,7 @@ public:
* @param i Video frame image.
* @param same true if i is the same as the last time we were called.
*/
- void process_video (boost::shared_ptr<const Image> i, Eyes eyes, ColourConversion, bool same);
+ void process_video (boost::shared_ptr<PlayerImage> i, Eyes eyes, ColourConversion, bool same);
/** Call with some audio data */
void process_audio (boost::shared_ptr<const AudioBuffers>);