From a78b741c43830c84bcb4d18e3147746f13a668e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 Nov 2016 23:45:34 +0000 Subject: Attempt to tidy up internal APIs slightly. --- src/lib/transcoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/transcoder.h') 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); + void video (boost::shared_ptr, DCPTime); void audio (boost::shared_ptr, DCPTime); - void subtitle (PlayerSubtitles); + void subtitle (PlayerSubtitles, DCPTimePeriod); boost::shared_ptr _film; boost::weak_ptr _job; -- cgit v1.2.3