summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index a7e040bb5..9f42aaad2 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -758,6 +758,12 @@ FilmViewer::set_position (DCPTime p)
}
void
+FilmViewer::set_position (shared_ptr<Content> content, ContentTime t)
+{
+ set_position (_player->content_time_to_dcp (content, t));
+}
+
+void
FilmViewer::set_coalesce_player_changes (bool c)
{
_coalesce_player_changes = c;