summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-17 23:14:59 +0100
committerMax Kellermann <max@musicpd.org>2019-03-17 23:14:59 +0100
commit6d12c2265372b621d8400e723238631ca9d2ebcf (patch)
tree582d99c283cdb2fd45920c3f1690f61682d035f4 /NEWS
parentb76d78e6aeae5a6e638194fed03bd003d5b9f49d (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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d140a88bf..29a697bfc 100644
--- a/NEWS
+++ b/NEWS
@@ -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