]> git.sesse.net Git - vlc/commit
Audio decoder: output buffered decoded frames on EOF
authorRafaël Carré <funman@videolan.org>
Wed, 16 Oct 2013 17:38:21 +0000 (19:38 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 30 Oct 2013 17:10:40 +0000 (18:10 +0100)
commit0397d6377382c5c5c8b9ec51e4a90bc4cd89d8e1
tree2e2ea05e0c369853ed7b1c6d6b0dfcae5c152e33
parent904d5507516fd4b85c5a2fde0145307f32f0925f
Audio decoder: output buffered decoded frames on EOF

If EOF happens during buffering, the buffered frames will be flushed
and never played back.
This should only be visible for very short files such as:
http://streams.videolan.org/issues/9195/73ms-VLC-KO.wav

Note, pulse will lose the audio for such short files, alsa and afile work better

Closes: #3152
src/input/decoder.c