Migrate crates to Rust edition 2021 (#24)
* Migrate ffmpeg-sys to Edition 2021 * Migrate ffmpeg to Edition 2021 * Remove now-redundant imports * Reorder imports after edition migration
This commit is contained in:
@ -21,7 +21,7 @@ use std::collections::HashMap;
|
||||
use std::env;
|
||||
use std::time::Instant;
|
||||
|
||||
use ffmpeg::{
|
||||
use crate::ffmpeg::{
|
||||
codec, decoder, encoder, format, frame, log, media, picture, Dictionary, Packet, Rational,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user