diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-28 00:13:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-28 00:13:54 +0000 |
| commit | 3c88c626399fff9b95c89065d3b8ee9de1148d52 (patch) | |
| tree | e6091d94a746d1aad71d2d46b9736acf89d82fdd /src/lib/player_video.h | |
| parent | f508191f9d794e7762270d19a4211739470cfe0d (diff) | |
Fix crash if quick_refresh() fails.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 7cc00f46b..f4bf2a471 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -71,7 +71,7 @@ public: void add_metadata (xmlpp::Node* node) const; void send_binary (boost::shared_ptr<Socket> socket) const; - void reset_metadata (dcp::Size video_container_size, dcp::Size film_frame_size); + bool reset_metadata (dcp::Size video_container_size, dcp::Size film_frame_size); bool has_j2k () const; dcp::Data j2k () const; |
