mirror of https://github.com/mpv-player/mpv
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