diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-29 22:02:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-29 22:02:19 +0100 |
| commit | e00b9850a7336b7db0aee058fe12f576db5f84a3 (patch) | |
| tree | 390f055e9b70fc41a4e9eff851f931e1a8a2609f /src/lib/player.h | |
| parent | 362443f12f6614404fe668b309f91099e3a83d51 (diff) | |
Basic jump to selected subtitle (#1200).
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. |
