Change how video timing is done.
[dcpomatic.git] / src / lib / video_decoder.h
index f6ee17425b6d77b48d6b074c5d369f6cfbd888c3..b609404c49230a66b9788564cb9d60cad886e4b1 100644 (file)
@@ -60,7 +60,7 @@ public:
        }
 
        void seek () override;
-       void emit (std::shared_ptr<const Film> film, std::shared_ptr<const ImageProxy>, Frame frame);
+       void emit(std::shared_ptr<const Film> film, std::shared_ptr<const ImageProxy>, dcpomatic::ContentTime time);
 
        boost::signals2::signal<void (ContentVideo)> Data;