mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-21 14:10:45 +00:00
Clippy fixes
This commit is contained in:
@ -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),
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user