Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byhook/ffmpeg4android
/ term_exit
Function
term_exit
ffmpeg-single-cmd/src/main/cpp/ffmpeg_mod.c:315–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
void term_exit(void)
316
{
317
av_log(NULL, AV_LOG_QUIET,
"%s"
,
""
);
318
term_exit_sigsafe();
319
}
320
321
static volatile int received_sigterm = 0;
322
static volatile int received_nb_signals = 0;
Callers
3
assert_file_overwrite
Function · 0.85
ffmpeg_cleanup
Function · 0.85
transcode
Function · 0.85
Calls
1
term_exit_sigsafe
Function · 0.85
Tested by
no test coverage detected