MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / avcodec_thread_execute2

Function avcodec_thread_execute2

libavcodec/pthread.c:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static int avcodec_thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count)
137{
138 ThreadContext *c= avctx->thread_opaque;
139 c->func2 = func2;
140 return avcodec_thread_execute(avctx, NULL, arg, ret, job_count, 0);
141}
142
143int avcodec_thread_init(AVCodecContext *avctx, int thread_count)
144{

Callers

nothing calls this directly

Calls 1

avcodec_thread_executeFunction · 0.70

Tested by

no test coverage detected