summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-11 14:09:15 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-11 14:09:15 +0000
commite9e674ff760eab129f05e0e0651a8f12902409db (patch)
tree08ca34786a75c348dc810ff8ed79e19210850b02 /src/lib/decoder.cc
parent250daa31097e975e57aa8a4ff19df484812988ce (diff)
Fix comment.
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index 2f66aff68..eb9667471 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -152,9 +152,8 @@ Decoder::go ()
process_end ();
}
-/** Called by subclasses to tell the world that some audio data is ready
- * @param data Audio data, in Film::audio_sample_format.
- * @param size Number of bytes of data.
+/** Called to tell the world that some audio data is ready
+ * @param audio Audio data.
*/
void
Decoder::process_audio (shared_ptr<AudioBuffers> audio)