summaryrefslogtreecommitdiffstats
path: root/libavcodec/w32thread.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-03-15 14:03:01 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-03-15 14:03:01 +0000
commit4a287145c2838aaef61c927fd5311fff643845ef (patch)
tree48ac8f2c2fda70a98e45ca9ae1819c057ce5f7e5 /libavcodec/w32thread.c
parentb1d55e5e4f9090a67de552e9829208b500d0b1c3 (diff)
downloadffmpeg-streaming-4a287145c2838aaef61c927fd5311fff643845ef.zip
ffmpeg-streaming-4a287145c2838aaef61c927fd5311fff643845ef.tar.gz
Remove avcodec_thread_execute from avcodec.h, and make static functions that
need it in *thread.c. Originally committed as revision 22544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/w32thread.c')
-rw-r--r--libavcodec/w32thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c
index e3fb372..f7a1430 100644
--- a/libavcodec/w32thread.c
+++ b/libavcodec/w32thread.c
@@ -93,7 +93,7 @@ void avcodec_thread_free(AVCodecContext *s){
av_freep(&s->thread_opaque);
}
-int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size){
+static int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size){
ThreadContext *c= s->thread_opaque;
int i;
int jobnr = 0;
OpenPOWER on IntegriCloud