[FFmpeg-cvslog] r22324 - trunk/libavcodec/pthread.c
andoma
subversion
Mon Mar 8 13:55:54 CET 2010
Author: andoma
Date: Mon Mar 8 13:55:54 2010
New Revision: 22324
Log:
Make avcodec_thread_execute2() static
Modified:
trunk/libavcodec/pthread.c
Modified: trunk/libavcodec/pthread.c
==============================================================================
--- trunk/libavcodec/pthread.c Mon Mar 8 10:07:41 2010 (r22323)
+++ trunk/libavcodec/pthread.c Mon Mar 8 13:55:54 2010 (r22324)
@@ -133,7 +133,7 @@ int avcodec_thread_execute(AVCodecContex
return 0;
}
-int avcodec_thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count)
+static int avcodec_thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count)
{
ThreadContext *c= avctx->thread_opaque;
c->func2 = func2;
More information about the ffmpeg-cvslog
mailing list