changeset 11406:fe7a77f77927 libavcodec

w32thread: Make avcodec_thread_execute2() static here as well
author andoma
date Mon, 08 Mar 2010 12:58:22 +0000
parents 8de15f200be8
children fb94047e23d2
files w32thread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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++)