audio: fix typo

This commit is contained in:
Aman Karmani 2021-12-03 14:04:16 -08:00
parent d86bfebe6d
commit 181656955b
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ static void ao_process(struct mp_filter *f)
return;
}
// Due to mp_async_queue_set_notifier() thhis function is called when the
// Due to mp_async_queue_set_notifier() this function is called when the
// queue becomes full. This affects state changes in the normal playloop,
// so wake it up. But avoid redundant wakeups during normal playback.
if (mpctx->audio_status != STATUS_PLAYING &&