Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / analyse_audio_job.h
index 3e376634cd0d9be375fc825ae60c6285db16588a..3d3900a5112b5f621e01a81a81b80c55a132271a 100644 (file)
@@ -34,10 +34,10 @@ public:
        void run ();
 
 private:
-       void audio (boost::shared_ptr<const AudioBuffers>, Time);
+       void audio (boost::shared_ptr<const AudioBuffers>, DCPTime);
 
        boost::weak_ptr<AudioContent> _content;
-       OutputAudioFrame _done;
+       AudioFrame _done;
        int64_t _samples_per_point;
        std::vector<AudioPoint> _current;