Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
static void add_task(AVTask **prev, AVTask *t)
74
{
75
t->next = *prev;
76
*prev = t;
77
}
78
79
static int run_one_task(AVExecutor *e, void *lc)
80
{
Callers
1
av_executor_execute
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected