[FFmpeg-devel] [PATCH] avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvc

Ronald S. Bultje rsbultje at gmail.com
Fri Feb 5 22:00:43 CET 2016


Hi,

On Fri, Feb 5, 2016 at 3:20 PM, Henrik Gramner <henrik at gramner.com> wrote:

> Using rNm and x86inc's stack allocation with a negative value at the same
> time isn't supported, and caused the original stack pointer to be clobbered
> when using a compiler that doesn't support stack alignment.
> ---
>  libavcodec/x86/h264_deblock.asm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)


lgtm.

Ronald


More information about the ffmpeg-devel mailing list