summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Karmani <aman@tmm1.net>2021-12-03 14:04:16 -0800
committerAman Karmani <aman@tmm1.net>2021-12-03 14:04:58 -0800
commit181656955b6a556515238b2692a8bde210274793 (patch)
tree299c650ee7d9b29c6a66e30495cba5002eaec4c7
parentd86bfebe6dcc8a3d6f8eb3baeb8bb0373cae27c6 (diff)
downloadmpv-181656955b6a556515238b2692a8bde210274793.tar.bz2
mpv-181656955b6a556515238b2692a8bde210274793.tar.xz
audio: fix typo
-rw-r--r--player/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index 8f1abbcc64..0c9d878496 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -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 &&