diff pthread.c @ 11405:8de15f200be8 libavcodec

Make avcodec_thread_execute2() static
author andoma
date Mon, 08 Mar 2010 12:55:54 +0000
parents d7ef6611a49e
children 7bfe7456e372
line wrap: on
line diff
--- a/pthread.c	Mon Mar 08 08:43:20 2010 +0000
+++ b/pthread.c	Mon Mar 08 12:55:54 2010 +0000
@@ -133,7 +133,7 @@
     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;