diff options
author | Max Kellermann <max@duempel.org> | 2014-08-21 17:46:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-21 17:46:25 +0200 |
commit | dedc2986c69967793bddecb5af41d2021e0af87f (patch) | |
tree | 5515e6c4f126a2e183419e2a57cfec99abe49c83 /NEWS | |
parent | 74cdc0005a032c5473027e372eee3a522ccaf750 (diff) | |
download | mpd-dedc2986c69967793bddecb5af41d2021e0af87f.tar.gz mpd-dedc2986c69967793bddecb5af41d2021e0af87f.tar.xz mpd-dedc2986c69967793bddecb5af41d2021e0af87f.zip |
decoder/dsf: fix noise at end of malformed file
Read one block at a time. This discards the last partial block, which
cannot be interleaved anyway. Previously, uninitialised memory was
used to interleave the last block, which generated some noise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ ver 0.19 (not yet released) - audiofile: log libaudiofile errors - dsdiff, dsf: report bit rate - dsf: support DSD512 + - dsf: fix noise at end of malformed file - sndfile: support scanning remote files - sndfile: support tags "comment", "album", "track", "genre" - mp4v2: support playback of MP4 files. |