[FFmpeg-cvslog] r22325 - trunk/libavcodec/w32thread.c

andoma subversion
Mon Mar 8 13:58:23 CET 2010


Author: andoma
Date: Mon Mar  8 13:58:22 2010
New Revision: 22325

Log:
w32thread: Make avcodec_thread_execute2() static here as well

Modified:
   trunk/libavcodec/w32thread.c

Modified: trunk/libavcodec/w32thread.c
==============================================================================
--- trunk/libavcodec/w32thread.c	Mon Mar  8 13:55:54 2010	(r22324)
+++ trunk/libavcodec/w32thread.c	Mon Mar  8 13:58:22 2010	(r22325)
@@ -116,7 +116,7 @@ int avcodec_thread_execute(AVCodecContex
     return 0;
 }
 
-int avcodec_thread_execute2(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count){
+static int avcodec_thread_execute2(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count){
     ThreadContext *c= s->thread_opaque;
     int i;
     for(i=0; i<s->thread_count; i++)



More information about the ffmpeg-cvslog mailing list