Skip to content
Snippets Groups Projects
Commit 67d29da4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec: increase FF_INPUT_BUFFER_PADDING_SIZE to 32


Sometimes the input buffers get directly used as raw images and
SIMD optimized video/image filters can sometimes read more than 16 bytes
over the end.
a specific example is the AVX 24bpp to yuv code

This also fixes fate-vsynth3-rgb

Reviewed-by: default avatarChristophe Gisquet <christophe.gisquet@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent ef872512
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment