MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / term_exit_sigsafe

Function term_exit_sigsafe

ffmpeg-single-cmd/src/main/cpp/ffmpeg_mod.c:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305/* end of sub2video hack */
306
307static void term_exit_sigsafe(void)
308{
309#if HAVE_TERMIOS_H
310 if(restore_tty)
311 tcsetattr (0, TCSANOW, &oldtty);
312#endif
313}
314
315void term_exit(void)
316{

Callers 2

term_exitFunction · 0.85
sigterm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected