Use 1.0 branch of libdcp.
[dcpomatic.git] / src / lib / analyse_audio_job.h
index 2e93ef500ffcd05542f558d74ae4587a53f0fc9d..6ed236d85ca57854a7a4f4691f4082bf4c1c059e 100644 (file)
@@ -36,7 +36,7 @@ private:
        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;