aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-15 17:39:09 +0100
committerMax Kellermann <max@duempel.org>2009-11-15 17:39:09 +0100
commit77b95d08a55a35bc966b9a9096cd926c315d49b8 (patch)
tree03c42feae1692094bc7e1efafa104cbc64e6911b /NEWS
parentdca4d9cf83849877206379a20a1e478ed1b5dc55 (diff)
downloadmpd-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1bdfeb1d..a037115b7 100644
--- a/NEWS
+++ b/NEWS
@@ -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