summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 00:55:52 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit5eb8b5c3a1566aef638e9d9df03b88d320735092 (patch)
treeeb33df0144e1784efcf5d46e0dca9e19f6bff8b8 /src/wx/video_view.h
parentca3393a75c1685d1615ff678b58bd3b75fe79cd2 (diff)
Barely-functioning GL playback with new arrangement.
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index f4a8ea22b..827d1bf73 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -64,6 +64,8 @@ protected:
/* XXX_b: to remove */
friend class FilmViewer;
+ bool get_next_frame (bool non_blocking);
+
FilmViewer* _viewer;
std::pair<boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime> _player_video;