Fix clippy build
This commit is contained in:
parent
984919a57b
commit
cdd083a490
@ -20,8 +20,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut octx =
|
let mut octx = ffmpeg::format::output(&"test.mkv").expect("Couldn't open test file");
|
||||||
ffmpeg::format::output(&"test.mkv".to_owned()).expect("Couldn't open test file");
|
|
||||||
|
|
||||||
for chapter in ictx.chapters() {
|
for chapter in ictx.chapters() {
|
||||||
let title = match chapter.metadata().get("title") {
|
let title = match chapter.metadata().get("title") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user