|
FFmpeg 7.1.2
|
#include <libavutil/executor.h>
Data Fields | |
| void * | user_data |
| int | local_context_size |
| int(* | priority_higher )(const AVTask *a, const AVTask *b) |
| int(* | ready )(const AVTask *t, void *user_data) |
| int(* | run )(AVTask *t, void *local_context, void *user_data) |
Definition at line 31 of file executor.h.
| void* AVTaskCallbacks::user_data |
Definition at line 32 of file executor.h.
| int AVTaskCallbacks::local_context_size |
Definition at line 34 of file executor.h.
Definition at line 37 of file executor.h.
Definition at line 40 of file executor.h.
Definition at line 43 of file executor.h.