• Max Kellermann's avatar
    decoder/ffmpeg: align the output buffer · 77b95d08
    Max Kellermann authored
    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.
    77b95d08
ffmpeg_plugin.c 13.4 KB