We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223fa48 commit d48fed9Copy full SHA for d48fed9
crates/recording/src/output_pipeline/win.rs
@@ -209,7 +209,7 @@ impl Muxer for WindowsMuxer {
209
let _ = self.video_tx.send(None);
210
}
211
212
- fn finish(&mut self) -> anyhow::Result<()> {
+ fn finish(&mut self, _: Duration) -> anyhow::Result<()> {
213
let mut output = self.output.lock().unwrap();
214
if let Some(audio_encoder) = self.audio_encoder.as_mut() {
215
let _ = audio_encoder.finish(&mut output);
0 commit comments