From d9941e01ccafd5fc3fc87581dcbae5cacfa8f171 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 6 Sep 2014 12:58:57 +0200 Subject: ao_sndio: fix a comment Whether this code was written with the correct assumptions in mind, I don't know. --- audio/out/ao_sndio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/out') 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; -- cgit v1.2.3