Some more tidying up.
[dcpomatic.git] / src / lib / analyse_audio_job.h
index 5435e0a7cfb5401fe5efc2901ac367f7b23c1826..45bf109cc32a1c3589e5285df6713f84416c82b2 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "job.h"
 #include "audio_analysis.h"
+#include "types.h"
 
 class AudioBuffers;
 
@@ -33,7 +34,7 @@ public:
 private:
        void audio (boost::shared_ptr<const AudioBuffers>);
 
-       int64_t _done;
+       Time _next;
        int64_t _samples_per_point;
        std::vector<AudioPoint> _current;