Add subtitle analysis so that the outline of all subtitles
[dcpomatic.git] / src / wx / film_viewer.cc
index 4b9528bc04fe64113f3f4e478446139c8745ef9c..bb483f0e235c98cace1283c627bf0957f893ad4c 100644 (file)
@@ -233,6 +233,15 @@ FilmViewer::set_outline_content (bool o)
        _video_view->update ();
 }
 
+
+void
+FilmViewer::set_outline_subtitles (optional<dcpomatic::Rect<double> > rect)
+{
+       _outline_subtitles = rect;
+       _video_view->update ();
+}
+
+
 void
 FilmViewer::set_eyes (Eyes e)
 {