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

@ -183,7 +183,7 @@ impl HlsEgress {
av_packet_copy_props(pkt_clone, pkt);
self.packet_buffer.push_back(PipelinePayload::AvPacket(
pkt_clone,
AVPacketSource::Muxer(variant.clone()),
AVPacketSource::Muxer(*variant),
));
}