diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-28 23:45:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | a78b741c43830c84bcb4d18e3147746f13a668e5 (patch) | |
| tree | 170fdc1a80f397ccb6c2e9454a7a106448358dda /src/lib/transcoder.h | |
| parent | 3d90ce7a500a33b6147c30b65766efcbc447f5ab (diff) | |
Attempt to tidy up internal APIs slightly.
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 4 |
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; |
