ao_sndio: fix a comment

Whether this code was written with the correct assumptions in mind, I
don't know.
This commit is contained in:
wm4 2014-09-06 12:58:57 +02:00
parent 6c9ce5bee2
commit d9941e01cc
1 changed files with 2 additions and 2 deletions

View File

@ -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;