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

Function add_task

libavutil/executor.c:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static void add_task(AVTask **prev, AVTask *t)
74{
75 t->next = *prev;
76 *prev = t;
77}
78
79static int run_one_task(AVExecutor *e, void *lc)
80{

Callers 1

av_executor_executeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected