Skip to content

Commit d48fed9

Browse files
committed
fix windows
1 parent 223fa48 commit d48fed9

File tree

1 file changed

+1
-1
lines changed
  • crates/recording/src/output_pipeline

1 file changed

+1
-1
lines changed

crates/recording/src/output_pipeline/win.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl Muxer for WindowsMuxer {
209209
let _ = self.video_tx.send(None);
210210
}
211211

212-
fn finish(&mut self) -> anyhow::Result<()> {
212+
fn finish(&mut self, _: Duration) -> anyhow::Result<()> {
213213
let mut output = self.output.lock().unwrap();
214214
if let Some(audio_encoder) = self.audio_encoder.as_mut() {
215215
let _ = audio_encoder.finish(&mut output);

0 commit comments

Comments
 (0)