MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / get_two_input_args

Function get_two_input_args

ffmpeg/src/args.rs:345–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 }
344
345 fn get_two_input_args() -> FfmpegArgs {
346 let mut args = get_one_input_args();
347 args.second_input = INPUT_TWO.to_string();
348 return args;
349 }
350}

Callers 3

build_all_args_testFunction · 0.85
map_to_vmaf_testFunction · 0.85

Calls 2

get_one_input_argsFunction · 0.85
to_stringMethod · 0.45

Tested by 3

build_all_args_testFunction · 0.68
map_to_vmaf_testFunction · 0.68