diff options
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 0c0c68b3a..2793bd62a 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1421,7 +1421,7 @@ Player::set_dcp_decode_reduction (optional<int> reduction) optional<DCPTime> -Player::content_time_to_dcp (shared_ptr<const Content> content, ContentTime t) +Player::content_time_to_dcp (shared_ptr<const Content> content, ContentTime t) const { boost::mutex::scoped_lock lm (_mutex); @@ -1437,7 +1437,7 @@ Player::content_time_to_dcp (shared_ptr<const Content> content, ContentTime t) optional<ContentTime> -Player::dcp_to_content_time (shared_ptr<const Content> content, DCPTime t) +Player::dcp_to_content_time (shared_ptr<const Content> content, DCPTime t) const { boost::mutex::scoped_lock lm (_mutex); |
