summaryrefslogtreecommitdiff
path: root/src/buffer
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer')
-rw-r--r--src/buffer/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/audio.c b/src/buffer/audio.c
index ce7a697..037d977 100644
--- a/src/buffer/audio.c
+++ b/src/buffer/audio.c
@@ -170,7 +170,7 @@ static bool push_internal(struct camu_audio_buffer *buf, u8 **data, s32 sample_c
static void push_av_frame_internal(struct camu_audio_buffer *buf, AVFrame *frame)
{
// It doesn't matter if there's a race here with flush(), as long
- // as any frame is from the same stream.
+ // as any pushed frame is from the same stream.
// A reset() must finish before any data is pushed.
if (al_atomic_u8_load(&buf->flow, AL_ATOMIC_RELAXED) == FLOWING) {
AVStream *stream = buf->stream->av.stream;