summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-06 12:58:57 +0200
committerwm4 <wm4@nowhere>2014-09-06 12:58:57 +0200
commitd9941e01ccafd5fc3fc87581dcbae5cacfa8f171 (patch)
treefc4bec3bbb2e95e23ff282cf6739af74de45f231
parent6c9ce5bee2b899cf67eba65e23e897731441c806 (diff)
downloadmpv-d9941e01ccafd5fc3fc87581dcbae5cacfa8f171.tar.bz2
mpv-d9941e01ccafd5fc3fc87581dcbae5cacfa8f171.tar.xz
ao_sndio: fix a comment
Whether this code was written with the correct assumptions in mind, I don't know.
-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;