MCPcopy 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
315void term_exit(void)
316{
317 av_log(NULL, AV_LOG_QUIET, "%s", "");
318 term_exit_sigsafe();
319}
320
321static volatile int received_sigterm = 0;
322static volatile int received_nb_signals = 0;

Callers 3

assert_file_overwriteFunction · 0.85
ffmpeg_cleanupFunction · 0.85
transcodeFunction · 0.85

Calls 1

term_exit_sigsafeFunction · 0.85

Tested by

no test coverage detected