diff options
author | Max Kellermann <max@duempel.org> | 2009-11-15 17:39:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-15 17:39:09 +0100 |
commit | 77b95d08a55a35bc966b9a9096cd926c315d49b8 (patch) | |
tree | 03c42feae1692094bc7e1efafa104cbc64e6911b /NEWS | |
parent | dca4d9cf83849877206379a20a1e478ed1b5dc55 (diff) | |
download | mpd-77b95d08a55a35bc966b9a9096cd926c315d49b8.tar.gz mpd-77b95d08a55a35bc966b9a9096cd926c315d49b8.tar.xz mpd-77b95d08a55a35bc966b9a9096cd926c315d49b8.zip |
decoder/ffmpeg: align the output buffer
On some platforms, libavcodec wants the output buffer aligned to 16
bytes (because it uses SSE/Altivec internally). It will segfault when
you don't obey this rule.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ ver 0.15.6 (2009/??/??) - zzip: require libzzip 0.13 * decoders: - ffmpeg: convert metadata + - ffmpeg: align the output buffer - oggflac: rewind stream after FLAC detection - flac: fixed CUE seeking range check * output_thread: check again if output is open on PAUSE |