From f2caad0df1a451e2aff68dfd37277faa72116e12 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 May 2013 14:27:00 +0100 Subject: Various time-related fixes; fix daft hang on decodes. --- src/lib/video_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 88730f518..a73c7d11e 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -56,7 +56,7 @@ protected: virtual PixelFormat pixel_format () const = 0; - void emit_video (boost::shared_ptr, bool, double); + void emit_video (boost::shared_ptr, bool, Time); void emit_subtitle (boost::shared_ptr); private: -- cgit v1.2.3