Skip to content

Commit cec99b5

Browse files
committed
Remove unused imports in recovery.rs
1 parent c9df4e9 commit cec99b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/recording/src/recovery.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ use std::{
55

66
use cap_enc_ffmpeg::remux::{
77
concatenate_audio_to_ogg, concatenate_m4s_segments_with_init, concatenate_video_fragments,
8-
get_media_duration, get_video_fps, probe_m4s_can_decode_with_init, probe_media_valid,
9-
probe_video_can_decode,
8+
get_media_duration, get_video_fps, probe_media_valid, probe_video_can_decode,
109
};
1110
use cap_project::{
1211
AudioMeta, Cursors, MultipleSegment, MultipleSegments, ProjectConfiguration, RecordingMeta,

0 commit comments

Comments
 (0)