[FFmpeg-devel] [PATCH 2/2] libavformat: add WebP demuxer

Zlomek, Josef josef at pex.com
Thu Jul 9 12:26:49 EEST 2020


On Wed, Jul 8, 2020 at 10:04 AM Steven Liu <lingjiujianke at gmail.com> wrote:

>
> (base) liuqi05:dash liuqi$ ./ffplay_g test.webp
> [...]
> Segmentation fault: 11
> (base) liuqi05:dash liuqi$
>

The segfault was caused by the usage of unaligned buffers for frames.
When using aligned buffers, it does not crash anymore.
Thank you for finding this bug.
-- 
Josef Zlomek


More information about the ffmpeg-devel mailing list