1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

ao_alsa: remove 9 year old typo

Actually, remove the whole comment, because it's outdated and
get_space() returns the number of free samples now.
This commit is contained in:
wm4 2014-01-02 21:29:33 +01:00
parent fb2d418327
commit d4588bf577

View File

@ -657,7 +657,6 @@ alsa_error:
return -1;
}
/* how many byes are free in the buffer */
static int get_space(struct ao *ao)
{
struct priv *p = ao->priv;