diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 17:21:35 +0100 |
| commit | f45cbb73068321d857249aaa21f770b87493c7c2 (patch) | |
| tree | 9e98c39274a47c0906a79dbb18f067fc9963fb62 /src/lib/video_decoder.h | |
| parent | f385ef03e5ea27519a31c0839447735a7fba0602 (diff) | |
Test filling of stuff with black.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index b31766b50..5073efead 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -44,6 +44,7 @@ protected: void video (boost::shared_ptr<Image>, bool, Time); void subtitle (boost::shared_ptr<TimedSubtitle>); + bool video_done () const; Time _next_video; boost::shared_ptr<const VideoContent> _video_content; |
