Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byhook/ffmpeg4android
/ register_exit
Function
register_exit
ffmpeg-single-cmd/src/main/cpp/cmdutils.c:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
static void (*program_exit)(int ret);
129
130
void register_exit(void (*cb)(int ret))
131
{
132
program_exit = cb;
133
}
134
135
int exit_program(int ret)
136
{
Callers
1
exec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected