From 11c70b0e3051517e7bb96a7d6fa53053dab6e978 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 May 2013 00:20:29 +0100 Subject: Half-way through trying to make seek work again. --- src/lib/video_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_decoder.h') 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 _video_content; int _video_frame; - double _last_content_time; + Time _last_content_time; boost::shared_ptr _timed_subtitle; }; -- cgit v1.2.3