diff options
author | Uoti Urpala <uau@mplayer2.org> | 2012-05-14 12:52:59 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2012-05-14 13:38:16 +0300 |
commit | f9beb08a61f5c631bab5c2e06e1ce44aea80dc10 (patch) | |
tree | 49455a0c2492ae92133582bc994753be5be6439d /configure | |
parent | 1e90a8657d19918dc7564f559b96dc3982286ba2 (diff) | |
download | mpv-f9beb08a61f5c631bab5c2e06e1ce44aea80dc10.tar.bz2 mpv-f9beb08a61f5c631bab5c2e06e1ce44aea80dc10.tar.xz |
core: fix EOF handling with untimed audio outputs
When using an audio output without a native playback rate (such as
ao_pcm), the code plays audio further when the current write position
is behind video. After support for continuing audio after the end of
video was added, this could cause a deadlock: audio was not played
further, but neither was EOF triggered. Fix the code to properly
handle playback of remaining audio after video ends in the untimed
audio case (audio-only case was not affected, only the case where a
video stream exists but ends before the audio stream).
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions