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:
Reference in New Issue
Block a user