diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-17 15:55:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-17 15:55:31 +0100 |
| commit | aedc1d5c8db3a77bd6b2cbba8461ce8df5c9ae39 (patch) | |
| tree | bb1878744f980be7c3ed2ef0994259018f13bbef /src/lib/player.h | |
| parent | b62341601bd2c7022ea1c60bf06d3d8d11bf667f (diff) | |
Fix initial display of a new piece of content.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 5604d8e03..7cce7e723 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -59,7 +59,7 @@ public: void set_video_container_size (libdcp::Size); - void repeat_last_video (); + bool repeat_last_video (); /** Emitted when a video frame is ready. * First parameter is the video image. |
