Merge master.
[dcpomatic.git] / src / lib / audio_decoder.h
index c83c356b7488c157dc85a6cd589dc7f256d029d5..0b0d306f647469fd4d09654338e5fd932cdd8c3e 100644 (file)
@@ -57,6 +57,7 @@ protected:
        void seek (ContentTime time, bool accurate);
        void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
+       void reset_decoded_audio ();
 
        boost::shared_ptr<const AudioContent> _audio_content;
        boost::shared_ptr<Resampler> _resampler;