diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-17 23:14:59 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-17 23:14:59 +0100 |
commit | 6d12c2265372b621d8400e723238631ca9d2ebcf (patch) | |
tree | 582d99c283cdb2fd45920c3f1690f61682d035f4 /NEWS | |
parent | b76d78e6aeae5a6e638194fed03bd003d5b9f49d (diff) |
decoder/ogg: ignore the BOS packet after seek to the beginning of song
Previously, MPD would skip the current song after attempting to seek
to its beginnig, because that was a seek to offset 0. At offset 0,
MPD will see the BOS packet again, which results in throwing
StopDecoder in MPDOpusDecoder::OnOggEnd().
Closes https://github.com/MusicPlayerDaemon/MPD/issues/470
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.21.6 (not yet released) - cdio_paranoia: fix build failure due to missing #include * decoder - opus: fix replay gain when there are no other tags + - opus: fix seeking to beginning of song * output - pulse: work around error with unusual channel count - osx: fix build failure |