| Index: patched-ffmpeg-mt/libavcodec/pthread.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/pthread.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/pthread.c (working copy)
|
| @@ -202,7 +202,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;
|
|
|