MCPcopy 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
135void term_exit(void)
136{
137 av_log(NULL, AV_LOG_QUIET, "%s", "");
138 term_exit_sigsafe();
139}
140
141static volatile int received_sigterm = 0;
142static volatile int received_nb_signals = 0;

Callers 3

ffmpeg_cleanupFunction · 0.85
transcodeFunction · 0.85
assert_file_overwriteFunction · 0.85

Calls 2

av_logFunction · 0.85
term_exit_sigsafeFunction · 0.85

Tested by

no test coverage detected