FFmpeg
|
#include <internal.h>
Data Fields | |
void * | thread |
int(* | thread_execute )(AVFilterContext *ctx, action_func *func, void *arg, int *ret, int nb_jobs) |
Definition at line 145 of file internal.h.
void* AVFilterGraphInternal::thread |
Definition at line 146 of file internal.h.
Referenced by avfilter_graph_alloc_filter(), ff_graph_thread_free(), ff_graph_thread_init(), and thread_execute().
int(* AVFilterGraphInternal::thread_execute)(AVFilterContext *ctx, action_func *func, void *arg, int *ret, int nb_jobs) |
Definition at line 147 of file internal.h.
Referenced by avfilter_init_dict(), and ff_graph_thread_init().