summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-05 23:39:57 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-05 23:39:57 +0200
commit78cc2db4d8899ae22ccc96db5012b33a00d394fc (patch)
treea0c23fbd519dcf8023c373865b5d6ee21bd3cf25 /src/lib/audio_decoder.cc
parent6fe063bff3d1a1ff9e5fb4337836298113ead195 (diff)
Remove out-of-date comment.
Diffstat (limited to 'src/lib/audio_decoder.cc')
-rw-r--r--src/lib/audio_decoder.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.cc b/src/lib/audio_decoder.cc
index 9dd57f32a..fb81d7d3d 100644
--- a/src/lib/audio_decoder.cc
+++ b/src/lib/audio_decoder.cc
@@ -49,7 +49,6 @@ AudioDecoder::AudioDecoder (Decoder* parent, shared_ptr<const AudioContent> cont
}
-/** @param time_already_delayed true if the delay should not be added to time */
void
AudioDecoder::emit(shared_ptr<const Film> film, AudioStreamPtr stream, shared_ptr<const AudioBuffers> data, ContentTime time, bool flushing)
{