- initial work to fix RTPdump decoder + more fixes

This commit is contained in:
2026-02-24 09:50:44 +03:00
parent 783359c616
commit bdc4858bcc
13 changed files with 1080 additions and 420 deletions
+4 -6
View File
@@ -13,14 +13,12 @@
using namespace MT;
SingleAudioStream::SingleAudioStream(const CodecList::Settings& codecSettings, Statistics& stat)
:mReceiver(codecSettings, stat), mDtmfReceiver(stat)
{
}
:mReceiver(codecSettings, stat),
mDtmfReceiver(stat)
{}
SingleAudioStream::~SingleAudioStream()
{
}
{}
void SingleAudioStream::process(const std::shared_ptr<jrtplib::RTPPacket>& packet)
{