diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-08 11:27:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-08 11:27:14 +0100 |
| commit | d02e03907214808ce9da9eb9a2267ff577e85559 (patch) | |
| tree | d7120d96de3e00cfc7c77bede4c2212c7059ec64 /src/lib/player.h | |
| parent | 3bcfb29555c8af6b1227b9048c8c851fb4b16850 (diff) | |
Player is not finished if it's still filling in blank space.
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 ea792d4da..7cffa1f11 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -110,7 +110,7 @@ private: void subtitle_stop (boost::weak_ptr<Piece>, ContentTime); boost::shared_ptr<Resampler> resampler (boost::shared_ptr<const AudioContent> content, AudioStreamPtr stream, bool create); DCPTime one_video_frame () const; - void fill_video (DCPTimePeriod period); + bool fill_video (DCPTimePeriod period); void fill_audio (DCPTimePeriod period); void audio_flush (boost::shared_ptr<Piece>, AudioStreamPtr stream); void audio_transform (boost::shared_ptr<AudioContent> content, AudioStreamPtr stream, ContentAudio content_audio, DCPTime time); |
