Commit b96644bf authored by Dave Yeo's avatar Dave Yeo Committed by Ramiro Polla

Add attribute_align_arg to os2thread.c.

Patch by Dave Yeo.

Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 69b192ac
......@@ -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(;;){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment