]> git.sesse.net Git - vlc/commit
Fix handling of buffer underruns in ALSA. Probably closes #461
authorClément Stenac <zorglub@videolan.org>
Sun, 30 Apr 2006 22:34:50 +0000 (22:34 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 30 Apr 2006 22:34:50 +0000 (22:34 +0000)
commit23eb4c419c64df4b83e40a5a2cef904f2e4b88a1
tree67b905e08904cbb290ecac52499abb40884b2581
parent6458cddbae319ce061535e85c4c7425cc40d9a01
Fix handling of buffer underruns in ALSA. Probably closes #461
We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
modules/audio_output/alsa.c