diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-30 23:38:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-01 00:20:39 +0100 |
| commit | d1a57244622f5f4160d0f58af7fe71a829175345 (patch) | |
| tree | 7c6ec62e809e8cbb07a3dc56beb6c0755cfca879 /src/wx/video_view.h | |
| parent | 41daefcf0f0fcabd03e084ab05ee35f823740234 (diff) | |
Change re{set,fresh}_metadata to take a film and a size from the player.
Diffstat (limited to 'src/wx/video_view.h')
| -rw-r--r-- | src/wx/video_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h index 4e0b89ed7..ef5e8107d 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -33,6 +33,7 @@ class Image; class wxWindow; class FilmViewer; +class Player; class PlayerVideo; class VideoView : public ExceptionStore, public boost::noncopyable @@ -53,7 +54,7 @@ public: virtual bool display_next_frame (bool) = 0; void clear (); - bool refresh_metadata (boost::shared_ptr<const Film> film, dcp::Size video_container_size, dcp::Size film_frame_size); + bool refresh_metadata (boost::shared_ptr<const Film> film, dcp::Size player_video_container_size); /** Emitted from the GUI thread when our display changes in size */ boost::signals2::signal<void()> Sized; |
