[FFmpeg-cvslog] r12447 - trunk/libavcodec/os2thread.c

ramiro subversion
Sat Mar 15 13:28:35 CET 2008


Author: ramiro
Date: Sat Mar 15 13:28:35 2008
New Revision: 12447

Log:
Add attribute_align_arg to os2thread.c.
Patch by Dave Yeo.

Modified:
   trunk/libavcodec/os2thread.c

Modified: trunk/libavcodec/os2thread.c
==============================================================================
--- trunk/libavcodec/os2thread.c	(original)
+++ trunk/libavcodec/os2thread.c	Sat Mar 15 13:28:35 2008
@@ -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(;;){




More information about the ffmpeg-cvslog mailing list