summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 1b20bbffc..0095ad9d1 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -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;