diff options
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; |
