MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes

Workaround for a regression caused by commit
a06bf388d9, 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
This commit is contained in:
Max Kellermann
2019-06-17 21:24:32 +02:00
parent 79839db3a3
commit 2c3eeb7194
2 changed files with 15 additions and 1 deletions

2
NEWS
View File

@@ -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