Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / imagemagick_decoder.h
index e169f9bc384a9a3b79a59657ab356c1e8b94438e..286f473378396f9bbd44f39f28f08c7eeefaf0dd 100644 (file)
@@ -34,10 +34,8 @@ public:
        /* Decoder */
 
        void pass ();
-       void seek (Time);
+       void seek (VideoContent::Frame);
        void seek_back ();
-       void seek_forward ();
-       Time position () const;
        bool done () const;
 
 private: