On 02/08/15 5:40 PM, Henrik Gramner 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 
> ++++++++++++++++++++++++++---------------

Someone with msvc should test if this doesn't break 8ch audio conversion when 
using
libswresample (libswresample/x86/audio_convert.asm), where HAVE_ALIGNED_STACK 
is also
(ab)used.
FATE will not because afaik there are no tests that deal with 8ch audio files 
at all.

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

Reply via email to