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