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

Method default

engine/src/progressbar.rs:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20impl Default for TrialResult {
21 fn default() -> Self {
22 TrialResult {
23 all_fps: vec![],
24 was_overloaded: false,
25 ffmpeg_error: false,
26 }
27 }
28}
29
30pub fn watch_encode_progress(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected