зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150609
Patch 1 WebRTC SDP - add tmmbr to offer. r=jesup
This commit is contained in:
Родитель
38cbbf3fb9
Коммит
9b5e6e9b9b
|
@ -322,6 +322,8 @@ struct JsepVideoCodecDescription : public JsepCodecDescription {
|
|||
mDefaultPt, SdpRtcpFbAttributeList::kNack, SdpRtcpFbAttributeList::pli);
|
||||
rtcpfb.PushEntry(
|
||||
mDefaultPt, SdpRtcpFbAttributeList::kCcm, SdpRtcpFbAttributeList::fir);
|
||||
rtcpfb.PushEntry(
|
||||
mDefaultPt, SdpRtcpFbAttributeList::kCcm, SdpRtcpFbAttributeList::tmmbr);
|
||||
}
|
||||
|
||||
SdpFmtpAttributeList::H264Parameters
|
||||
|
|
Загрузка…
Ссылка в новой задаче