From 0330d9b2924767d9240c5a25e9ed4327eb0a73bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Dec 2012 21:13:10 +0000 Subject: Try to tidy up subtitle timing and seeks wrt source frames, DCP frames and rounding. --- src/lib/decoder.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index b8278ff80..3908afa2f 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -58,10 +58,8 @@ public: virtual ~Decoder () {} virtual bool pass () = 0; - /** Seek. - * @return true on error. - */ - virtual bool seek (SourceFrame); + virtual bool seek (double); + virtual bool seek_to_last (); boost::signals2::signal OutputChanged; -- cgit v1.2.3