summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-23 12:52:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-23 12:52:49 +0100
commit8c6fe8e1e8c8f6d5932606f2a5b6e1b87681ae38 (patch)
tree07e1d5f76b0c5fcb614831e72d196dd814132e49 /src/lib/audio_decoder.h
parente8819ad7580f25eea7ca3c59cf0a3979d76a6b44 (diff)
Various more hacks.
Diffstat (limited to 'src/lib/audio_decoder.h')
-rw-r--r--src/lib/audio_decoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h
index 8af519576..0f7cb6dbd 100644
--- a/src/lib/audio_decoder.h
+++ b/src/lib/audio_decoder.h
@@ -41,9 +41,10 @@ public:
AudioDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const AudioContent>);
~AudioDecoder ();
- void emit_audio (boost::shared_ptr<const AudioBuffers>, Time);
-
protected:
+
+ void audio (boost::shared_ptr<const AudioBuffers>, Time);
+
Time _next_audio;
private: