summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-12 18:33:27 +0200
committerMax Kellermann <max@musicpd.org>2019-08-02 14:04:08 +0200
commit6de088140b2fb3afe2905ad3ea2e2d0648eb603f (patch)
treef254ad17aca1a3fc6f937bc7506facea900dcb2e /NEWS
parent86d0534638b6854af663b77d7e082ea8c1af76bf (diff)
lib/xiph/OggVisitor: invoke OnOggPacket() with the "E_O_S" packet
The "end of stream" packet is not special; it contains normal data, and thus we should pass it to OnOggPacket(). This fixes one part of https://github.com/MusicPlayerDaemon/MPD/issues/601
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69121ac7f..d67bbb26a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.21.12 (not yet released)
* decoder
- opus: ignore case in replay gain tag names
+ - opus, vorbis: decode the "end of stream" packet
* Windows
- support backslash in relative URIs loaded from playlists