Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ remove_task
Function
remove_task
libavutil/executor.c:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
};
65
66
static AVTask* remove_task(AVTask **prev, AVTask *t)
67
{
68
*prev = t->next;
69
t->next = NULL;
70
return t;
71
}
72
73
static void add_task(AVTask **prev, AVTask *t)
74
{
Callers
1
run_one_task
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected