We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82361aa commit c3c50bfCopy full SHA for c3c50bf
1 file changed
crates/recording/src/capture_pipeline.rs
@@ -10,9 +10,9 @@ use crate::{
10
use crate::output_pipeline::{MacOSFragmentedM4SMuxer, MacOSFragmentedM4SMuxerConfig};
11
#[cfg(windows)]
12
use crate::output_pipeline::{WindowsFragmentedM4SMuxer, WindowsFragmentedM4SMuxerConfig};
13
+use anyhow::anyhow;
14
15
use cap_enc_ffmpeg::h264::H264Preset;
-use anyhow::anyhow;
16
use cap_timestamp::Timestamps;
17
use std::{path::PathBuf, sync::Arc};
18
0 commit comments