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

Function build_only_one_input_test

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

Source from the content-addressed store, hash-verified

273
274 #[test]
275 fn build_only_one_input_test() {
276 let ffmpeg_args = get_one_input_args();
277
278 assert_eq!(ffmpeg_args.first_input, INPUT_ONE);
279 assert_eq!(ffmpeg_args.second_input, "");
280 assert_eq!(ffmpeg_args.bitrate, BITRATE);
281 assert_eq!(ffmpeg_args.encoder, ENCODER);
282 assert_eq!(ffmpeg_args.encoder_args, ENCODER_ARGS);
283 }
284
285 #[test]
286 fn to_string_one_input_test() {

Callers

nothing calls this directly

Calls 1

get_one_input_argsFunction · 0.85

Tested by

no test coverage detected