]> git.sesse.net Git - vlc/commit
Drain audio output before we claim the buffers are empty
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 13 Oct 2011 15:41:01 +0000 (18:41 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 15 Oct 2011 08:25:54 +0000 (11:25 +0300)
commit1e1f9d10fe0840d515757a5897014b3a5107e045
tree273cabd9ed63b17872b27cffec97769a5d78dd41
parent4659c26fa91c50dc34090c3c9102cc55a555fbf0
Drain audio output before we claim the buffers are empty

This fixes the last bits of audio loss at end of stream... for the
audio output implementing drain (ALSA and PulseAudio so far).
src/audio_output/dec.c