()
| 19 | |
| 20 | impl 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 | |
| 30 | pub fn watch_encode_progress( |
nothing calls this directly
no outgoing calls
no test coverage detected