summaryrefslogtreecommitdiff
path: root/libavcodec/os2thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/os2thread.c')
-rw-r--r--libavcodec/os2thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c
index 5c74a7d658..583f255ea0 100644
--- a/libavcodec/os2thread.c
+++ b/libavcodec/os2thread.c
@@ -39,7 +39,7 @@ typedef struct ThreadContext{
}ThreadContext;
-void thread_func(void *v){
+void attribute_align_arg thread_func(void *v){
ThreadContext *c= v;
for(;;){