commit | b29e652b10f1bf9343a90308d29acdc09299cbca | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Wed Dec 21 06:37:18 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 21 14:37:18 2016 +0000 |
tree | 60ec837bfc6c19a10f35f6da5e85690849e292fd | |
parent | 9ba94baa9c1fc00449eadf479ab7697d7472b9b6 [diff] [blame] |
Revert "Revert of Parse FlexFEC RTP headers in Call and add integration with BWE. (patchset #17 id:460001 of https://codereview.webrtc.org/2553863003/ )" Problem fixed: RTP header extensions were not properly set in tests. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2593963003 Cr-Commit-Position: refs/heads/master@{#15741}
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet.h b/webrtc/modules/rtp_rtcp/source/rtp_packet.h index 2b3d38e..3c02125 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_packet.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet.h
@@ -31,6 +31,7 @@ // Parse and copy given buffer into Packet. bool Parse(const uint8_t* buffer, size_t size); + bool Parse(rtc::ArrayView<const uint8_t> packet); // Parse and move given buffer into Packet. bool Parse(rtc::CopyOnWriteBuffer packet);