diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-22 00:20:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-22 00:20:29 +0100 |
| commit | 11c70b0e3051517e7bb96a7d6fa53053dab6e978 (patch) | |
| tree | 83a40cd91bb9ec4a276026d2ea936144c832d04b /src/lib/video_decoder.h | |
| parent | 62c15e24fcaa54a936b0e86cacce07616fea8c8e (diff) | |
Half-way through trying to make seek work again.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 286a0d6e4..147dc60be 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -48,7 +48,7 @@ public: return _video_frame; } - double last_content_time () const { + Time last_content_time () const { return _last_content_time; } @@ -62,7 +62,7 @@ protected: private: boost::shared_ptr<const VideoContent> _video_content; int _video_frame; - double _last_content_time; + Time _last_content_time; boost::shared_ptr<TimedSubtitle> _timed_subtitle; }; |
