mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00: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:
parent
fb2d418327
commit
d4588bf577
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user