From 6228871af1612d50681bf110e8bf6d2571ad0313 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 May 2021 22:19:19 +0200 Subject: Make dcp_to_content_time() private. --- src/lib/piece.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/piece.h b/src/lib/piece.h index 37336afcb..d1b3b7dc5 100644 --- a/src/lib/piece.h +++ b/src/lib/piece.h @@ -54,7 +54,6 @@ public: dcpomatic::DCPTime content_video_to_dcp (Frame f) const; dcpomatic::DCPTime resampled_audio_to_dcp (Frame f) const; - dcpomatic::ContentTime dcp_to_content_time (dcpomatic::DCPTime t) const; boost::optional content_time_to_dcp (std::shared_ptr content, dcpomatic::ContentTime t) const; void pass (); @@ -109,6 +108,8 @@ private: void flush (); bool done () const; + dcpomatic::ContentTime dcp_to_content_time (dcpomatic::DCPTime t) const; + std::weak_ptr _film; std::shared_ptr _content; std::shared_ptr _decoder; -- cgit v1.2.3