mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-13 15:13:21 +00:00
Although gcc guarantees 16 byte stack alignment, threads under WinXP don't appear to be guaranteed to start stack aligned. So fix the alignment. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>