- performance optimization

This commit is contained in:
2026-06-30 20:43:08 +03:00
parent 60d3470873
commit dc8cf6a12c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ RtpBuffer::Packet::Packet(const std::shared_ptr<RTPPacket>& packet, std::chrono:
:mRtp(packet), mTimelength(timelength), mSamplerate(samplerate)
{}
std::shared_ptr<RTPPacket> RtpBuffer::Packet::rtp() const
const std::shared_ptr<RTPPacket>& RtpBuffer::Packet::rtp() const
{
return mRtp;
}