Make it possible to do more stuff when there is missing DCP content in a project.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index ce52679364f69844fc9e1d50e92612ba95a6c09d..dc0270cd0d4ba4433077e361b6b8d208d841b09e 100644 (file)
@@ -49,7 +49,7 @@ public:
 private:
        friend struct ::ffmpeg_pts_offset_test;
 
-       bool pass (PassReason);
+       bool pass (PassReason, bool accurate);
        void seek (ContentTime time, bool);
        void flush ();