diff options
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index fc7117ba2..54fa074c0 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -84,6 +84,8 @@ public: void set_play_referenced (); void set_dcp_decode_reduction (boost::optional<int> reduction); + DCPTime content_time_to_dcp (boost::shared_ptr<Content> content, ContentTime t); + /** Emitted when something has changed such that if we went back and emitted * the last frame again it would look different. This is not emitted after * a seek. |
