Fix clippy build

This commit is contained in:
Polochon-street 2022-03-06 16:41:20 +01:00
parent 984919a57b
commit cdd083a490

View File

@ -20,8 +20,7 @@ fn main() {
}
}
let mut octx =
ffmpeg::format::output(&"test.mkv".to_owned()).expect("Couldn't open test file");
let mut octx = ffmpeg::format::output(&"test.mkv").expect("Couldn't open test file");
for chapter in ictx.chapters() {
let title = match chapter.metadata().get("title") {