summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-02 21:29:33 +0100
committerwm4 <wm4@nowhere>2014-01-02 21:29:33 +0100
commitd4588bf5774f4eb41a3c8225e28ce7ef2973a393 (patch)
tree735a0d891f65c3b5950b7f2a22b12ed792dbe64a /audio
parentfb2d418327bf152b9fd87424d44a7909db1e9330 (diff)
downloadmpv-d4588bf5774f4eb41a3c8225e28ce7ef2973a393.tar.bz2
mpv-d4588bf5774f4eb41a3c8225e28ce7ef2973a393.tar.xz
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.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao_alsa.c b/audio/out/ao_alsa.c
index e8b3405bb0..2237c4dd59 100644
--- a/audio/out/ao_alsa.c
+++ b/audio/out/ao_alsa.c
@@ -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;