summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-23 10:09:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-23 10:09:08 +0100
commit93d6bd98279b2c912daffa2c91484121085d8dca (patch)
tree28dbd42736dbde8c7ca8c3ba6fe7e875fc93d485 /src/lib/audio_decoder.h
parent3620abae2f1aee79e80c2d12bf3fa97b74cf77f8 (diff)
Reinstate AudioDecoder::flush().
Diffstat (limited to 'src/lib/audio_decoder.h')
-rw-r--r--src/lib/audio_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h
index 045efc002..750ecd360 100644
--- a/src/lib/audio_decoder.h
+++ b/src/lib/audio_decoder.h
@@ -58,6 +58,7 @@ protected:
void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
void flush ();
void reset_decoded_audio ();
+ void add (boost::shared_ptr<const AudioBuffers>);
boost::shared_ptr<const AudioContent> _audio_content;
boost::shared_ptr<Resampler> _resampler;