diff w32thread.c @ 11406:fe7a77f77927 libavcodec

w32thread: Make avcodec_thread_execute2() static here as well
author andoma
date Mon, 08 Mar 2010 12:58:22 +0000
parents d7ef6611a49e
children 7bfe7456e372
line wrap: on
line diff
--- a/w32thread.c	Mon Mar 08 12:55:54 2010 +0000
+++ b/w32thread.c	Mon Mar 08 12:58:22 2010 +0000
@@ -116,7 +116,7 @@
     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++)