mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
audio: fix typo
This commit is contained in:
parent
d86bfebe6d
commit
181656955b
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user