summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/out/ao_sndio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao_sndio.c b/audio/out/ao_sndio.c
index 12bc6a97b2..457da588a1 100644
--- a/audio/out/ao_sndio.c
+++ b/audio/out/ao_sndio.c
@@ -302,8 +302,8 @@ static void audio_resume(struct ao *ao)
int n, count, todo;
/*
- * we want to start with buffers full, because mplayer uses
- * get_space() pointer as clock, which would cause video to
+ * we want to start with buffers full, because mpv uses
+ * get_delay() as clock, which would cause video to
* accelerate while buffers are filled.
*/
todo = p->par.bufsz * p->par.pchan * p->par.bps;