27#ifndef AVCODEC_EXECUTOR_H
28#define AVCODEC_EXECUTOR_H
FFExecutor * ff_executor_alloc(const FFTaskCallbacks *callbacks, int thread_count)
Alloc executor.
void ff_executor_execute(FFExecutor *e, FFTask *t)
Add task to executor.
void ff_executor_free(FFExecutor **e)
Free executor.
int(* run)(FFTask *t, void *local_context, void *user_data)