Clippy fixes

This commit is contained in:
2024-08-30 13:11:12 +01:00
parent c3e3e17c50
commit 2afbde6c53
10 changed files with 13 additions and 21 deletions

View File

@ -5,7 +5,6 @@ use anyhow::Error;
use bytes::{BufMut, Bytes};
use ffmpeg_sys_next::*;
use ffmpeg_sys_next::AVMediaType::{AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_VIDEO};
use log::warn;
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
use tokio::sync::mpsc::error::TryRecvError;
use tokio::time::Instant;