summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-17 21:24:32 +0200
committerMax Kellermann <max@musicpd.org>2019-06-17 21:24:32 +0200
commit2c3eeb7194b4871ed7227a2c0b7bfae90b05d17f (patch)
tree225dd765a358793a3627ee109073cce0bb032c76 /NEWS
parent79839db3a3b6819eb4d4d8408bc368bf1bc2618e (diff)
MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes
Workaround for a regression caused by commit a06bf388d968279808009d4538def57e78b4bee7, revealing a problem with discarding odd numer of frames in the DSD_U32 and DoP converters, causing distortions with DSD_U32 and DoP on 32 bit CPUs. Closes https://github.com/MusicPlayerDaemon/MPD/issues/469
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 704b128cb..2d206e325 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.11 (not yet released)
+* output
+ - alsa, osx: fix distortions with DSD_U32 and DoP on 32 bit CPUs
* protocol
- fix "list" with multiple "group" levels