Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Mar 7, 2024
1 parent 60dc2db commit e1858ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/src/RTC/Codecs/Opus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace RTC

// Detect DTX based by checking the same than libwebrtc does in
// audio_coder_opus_common.h in IsDtxPacket().
// bool IsDtxPacket() const override { return payload_.size() <= 2; }
if (len <= 2)
{
payloadDescriptor->isDtx = true;
Expand Down

0 comments on commit e1858ff

Please sign in to comment.