Home
last modified time | relevance | path

Searched refs:program_exit (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.c126 static void (*program_exit)(int ret); variable
130 program_exit = cb; in register_exit()
135 if (program_exit) in exit_program()
136 program_exit(ret); in exit_program()