Fix things from renaming and clippy

This commit is contained in:
Josh Holmer
2023-01-23 10:22:10 -05:00
parent b23133e43c
commit cff28ba207
18 changed files with 29 additions and 29 deletions

View File

@ -1,4 +1,4 @@
extern crate ffmpeg_next as ffmpeg;
extern crate ffmpeg_the_third as ffmpeg;
use ffmpeg::format::{input, Pixel};
use ffmpeg::media::Type;