Various time-related fixes; fix daft hang on decodes.
[dcpomatic.git] / src / lib / video_decoder.h
index 88730f5183c92407f9c3d8b68ff166a50e2f6ab6..a73c7d11e0e67ff8a9a01b2440f47410cc26ee6f 100644 (file)
@@ -56,7 +56,7 @@ protected:
        
        virtual PixelFormat pixel_format () const = 0;
 
-       void emit_video (boost::shared_ptr<Image>, bool, double);
+       void emit_video (boost::shared_ptr<Image>, bool, Time);
        void emit_subtitle (boost::shared_ptr<TimedSubtitle>);
 
 private: