summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
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)