diff options
author | Max Kellermann <max@duempel.org> | 2009-11-12 18:41:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-12 18:41:25 +0100 |
commit | 76283c25a5f17873b37f18564e62f9e16ba2e90e (patch) | |
tree | 13744c8b258e9cb5447bc945d22f8e237b8f1c74 /src/inotify_source.c | |
parent | b9866e43d3311e9ce147442e378e12b2806b50ab (diff) | |
download | mpd-76283c25a5f17873b37f18564e62f9e16ba2e90e.tar.gz mpd-76283c25a5f17873b37f18564e62f9e16ba2e90e.tar.xz mpd-76283c25a5f17873b37f18564e62f9e16ba2e90e.zip |
player_thread: initialize chunk->times in silence generator
When waiting for the decoder to provide more data, the player thread
generates silence chunks if needed. However, it forgot to initialize
the chunk.times attribute, which had now an undefined value. This
patch sets it to -1.0, meaning "value is undefined". Add a ">= 0.0"
check to audio_output_all_check(). This fixes spurious relative
seeking errors, because sometimes, the "elapsed" value falls back to
0.0.
Diffstat (limited to 'src/inotify_source.c')
0 files changed, 0 insertions, 0 deletions