Align the stack in decode_frame_thread.
---
libavcodec/framethread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/framethread.c b/libavcodec/framethread.c
index 0ff8605..87cc281 100644
--- a/libavcodec/framethread.c
+++ b/libavcodec/framethread.c
@@ -65,7 +65,7 @@ typedef struct FrameThreadContext {
int die;
} FrameThreadContext;
-static void *decode_frame_thread(void *arg)
+static attribute_align_arg void *decode_frame_thread(void *arg)
{
PerThreadContext * volatile p = arg;
AVCodecContext *avctx = p->context;
--
1.5.5.1
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc