Fix video waveform view with GL backend.
[dcpomatic.git] / src / wx / film_viewer.cc
index ff278d8a958f13882bf6ff49af78f52fb419bba9..997fe88c8b8c4dba04c7885a79ce54e4261a65ac 100644 (file)
@@ -732,3 +732,10 @@ FilmViewer::content_change (ChangeType type, int property)
        }
 }
 
+
+void
+FilmViewer::image_changed (shared_ptr<PlayerVideo> pv)
+{
+       emit (boost::bind(boost::ref(ImageChanged), pv));
+}
+