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.
This commit is contained in:
Max Kellermann
2009-11-15 17:39:09 +01:00
parent dca4d9cf83
commit 77b95d08a5
2 changed files with 25 additions and 5 deletions

1
NEWS
View File

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