mirror of https://git.ffmpeg.org/ffmpeg.git
Add attribute_align_arg to os2thread.c.
Patch by Dave Yeo. Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
69b192acb8
commit
b96644bfe3
|
@ -39,7 +39,7 @@ typedef struct ThreadContext{
|
||||||
}ThreadContext;
|
}ThreadContext;
|
||||||
|
|
||||||
|
|
||||||
void thread_func(void *v){
|
void attribute_align_arg thread_func(void *v){
|
||||||
ThreadContext *c= v;
|
ThreadContext *c= v;
|
||||||
|
|
||||||
for(;;){
|
for(;;){
|
||||||
|
|
Loading…
Reference in New Issue