diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-03 08:22:05 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-03 08:35:00 +0200 |
commit | 952c79323591e28ee1bfff76cff6f4aefeaefeab (patch) | |
tree | 79b26b3696c1cc0d7afdd1f80a4609283dd511b5 /NEWS | |
parent | 3e3d8c7f9d095daac987a9688b1917e556ae8649 (diff) |
decoder/mad: subtract libmad decoder delay from LAME encoder padding
Apparently, libmad not only inserts 529 samples of silence at the
beginning of the file, but also removes them at the end.
This solves the last piece of
https://github.com/MusicPlayerDaemon/MPD/issues/601
Closes https://github.com/MusicPlayerDaemon/MPD/issues/601
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.21.12 (not yet released) * decoder - mad: update bit rate after seeking + - mad: fix several bugs preventing the plugin from decoding the last frame - opus: ignore case in replay gain tag names - opus, vorbis: decode the "end of stream" packet * output |