aboutsummaryrefslogtreecommitdiff
path: root/media/engine/payload_type_mapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/engine/payload_type_mapper.cc')
-rw-r--r--media/engine/payload_type_mapper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/engine/payload_type_mapper.cc b/media/engine/payload_type_mapper.cc
index 8c85f02fe8..cbc0a5340d 100644
--- a/media/engine/payload_type_mapper.cc
+++ b/media/engine/payload_type_mapper.cc
@@ -61,7 +61,6 @@ PayloadTypeMapper::PayloadTypeMapper()
// Payload type assignments currently used by WebRTC.
// Includes data to reduce collisions (and thus reassignments)
- {{kGoogleRtpDataCodecName, 0, 0}, kGoogleRtpDataCodecPlType},
{{kIlbcCodecName, 8000, 1}, 102},
{{kIsacCodecName, 16000, 1}, 103},
{{kIsacCodecName, 32000, 1}, 104},
@@ -73,6 +72,8 @@ PayloadTypeMapper::PayloadTypeMapper()
{{kCodecParamMinPTime, "10"},
{kCodecParamUseInbandFec, kParamValueTrue}}},
111},
+ // RED for opus is assigned in the lower range, starting at the top.
+ {{kRedCodecName, 48000, 2}, 63},
// TODO(solenberg): Remove the hard coded 16k,32k,48k DTMF once we
// assign payload types dynamically for send side as well.
{{kDtmfCodecName, 48000, 1}, 110},