Fix tests.
[dcpomatic.git] / src / lib / audio_decoder.h
index fb9f23f034be4bd410b5b50bb5ec05c7611e16a7..1da8a676f37c7f59c3deeb46a166829e60ff1687 100644 (file)
@@ -44,6 +44,7 @@ public:
 protected:
 
        void audio (boost::shared_ptr<const AudioBuffers>, Time);
+       bool audio_done () const;
 
        Time _next_audio;
        boost::shared_ptr<const AudioContent> _audio_content;