MCPcopy 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

128static void (*program_exit)(int ret);
129
130void register_exit(void (*cb)(int ret))
131{
132 program_exit = cb;
133}
134
135int exit_program(int ret)
136{

Callers 1

execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected