MCPcopy Index your code
hub / github.com/byhook/ffmpeg4android / exit_program

Function exit_program

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135int exit_program(int ret)
136{
137 if (program_exit)
138 program_exit(ret);
139
140 //exit(ret);
141 return ret;
142}
143
144double parse_number_or_die(const char *context, const char *numstr, int type,
145 double min, double max)

Callers 15

choose_pix_fmtsFunction · 0.85
init_simple_filtergraphFunction · 0.85
describe_filter_linkFunction · 0.85
init_input_filterFunction · 0.85
init_complex_filtergraphFunction · 0.85
configure_output_filterFunction · 0.85
check_filter_outputsFunction · 0.85
opt_mapFunction · 0.85
opt_map_channelFunction · 0.85
opt_vaapi_deviceFunction · 0.85
parse_meta_typeFunction · 0.85
ffmpeg_opt.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected