Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ term_exit
Function
term_exit
fftools/ffmpeg.c:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void term_exit(void)
136
{
137
av_log(NULL, AV_LOG_QUIET,
"%s"
,
""
);
138
term_exit_sigsafe();
139
}
140
141
static volatile int received_sigterm = 0;
142
static volatile int received_nb_signals = 0;
Callers
3
ffmpeg_cleanup
Function · 0.85
transcode
Function · 0.85
assert_file_overwrite
Function · 0.85
Calls
2
av_log
Function · 0.85
term_exit_sigsafe
Function · 0.85
Tested by
no test coverage detected