Attempt to tidy up internal APIs slightly.
[dcpomatic.git] / src / lib / transcoder.h
index 1b20bbffc535500ede23f9d2c41e9b3efb6b4813..0095ad9d1111ca9883d33b48f8b6fc62adcc1bfa 100644 (file)
@@ -48,9 +48,9 @@ public:
 
 private:
 
-       void video (boost::shared_ptr<PlayerVideo>);
+       void video (boost::shared_ptr<PlayerVideo>, DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>, DCPTime);
-       void subtitle (PlayerSubtitles);
+       void subtitle (PlayerSubtitles, DCPTimePeriod);
 
        boost::shared_ptr<const Film> _film;
        boost::weak_ptr<Job> _job;