Various work on better seeking (and seeking of audio).
[dcpomatic.git] / src / lib / image_decoder.h
index c7500243e08091ec3d6669f3c14273dfb93454e4..1f5f0b9d2310c463ea3f9bf4124b01a7b63c8d0c 100644 (file)
@@ -37,7 +37,7 @@ public:
        /* Decoder */
 
        void pass ();
-       void seek (VideoContent::Frame, bool);
+       void seek (Time, bool);
        bool done () const;
 
 private: