diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-02 21:20:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-02 21:20:35 +0100 |
| commit | 956da4b106e14c49b179176acf6484c479c21094 (patch) | |
| tree | 0fee47183fd58dcf90ef059171c2e73d9916bb89 /src/lib/video_decoder.h | |
| parent | 20cd8bdecb9667f7d838dbb7210f3e1a4765c662 (diff) | |
Various fixes.
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 a2fd5b651..74343e856 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -58,6 +58,7 @@ protected: void emit_video (boost::shared_ptr<Image>, double); void emit_subtitle (boost::shared_ptr<TimedSubtitle>); + bool have_last_video () const; void repeat_last_video (); private: |
