Hi,

On Sun, Aug 2, 2015 at 4:40 PM, Henrik Gramner <hen...@gramner.com> wrote:

> Change ALLOC_STACK to always align the stack before allocating stack space
> for
> consistency. Previously alignment would occur either before or after
> allocating
> stack space depending on whether manual alignment was required or not.
> ---
>  libavcodec/x86/h264_deblock.asm |  4 +--
>  libavutil/x86/x86inc.asm        | 62
> ++++++++++++++++++++++++++---------------
>  2 files changed, 42 insertions(+), 24 deletions(-)


So, I think the code changes themselves look mostly healthy. Is there a
behavioural difference before/after this patch? (Like: were there bugs in
the original code, or does this change behaviour of previous code in a
significant way?)

Thanks,
Ronald
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to