Mercurial > libavcodec.hg
changeset 11405:8de15f200be8 libavcodec
Make avcodec_thread_execute2() static
author | andoma |
---|---|
date | Mon, 08 Mar 2010 12:55:54 +0000 |
parents | a744eb5328b2 |
children | fe7a77f77927 |
files | pthread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;