# HG changeset patch # User andoma # Date 1268053102 0 # Node ID fe7a77f77927bcc4bdb5fdf18ef548691e2e636a # Parent 8de15f200be8d197795b79fc6222e74f6498f6b8 w32thread: Make avcodec_thread_execute2() static here as well diff -r 8de15f200be8 -r fe7a77f77927 w32thread.c --- 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; ithread_count; i++)