fix a cargo fmt mistake
This commit is contained in:
parent
fb13a871a3
commit
1158a31a5f
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ async fn main() {
|
|||
// n number of previously encoded gifs * 25 frames per second * 5 seconds
|
||||
{
|
||||
let i = i + 1; // because ffmpeg starts counting at 1 :p
|
||||
// Decode frame
|
||||
|
||||
// Decode frame
|
||||
let decoder = Decoder::new(
|
||||
File::open(format!("vid/{i}.png"))
|
||||
.expect(format!("encode: unable to read vid/{i}.png").as_str()),
|
||||
|
|
Loading…
Add table
Reference in a new issue