| Index: webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc b/webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc
|
| index 82c813fd7683874d3410b7b454538d899801b436..d4cbe544cc6c1c9aa4ea5dba9b15e51b590e887e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc
|
| @@ -58,7 +58,7 @@ bool RtpHeaderParserImpl::Parse(const uint8_t* packet,
|
| rtp_header_extension_map_.GetCopy(&map);
|
| }
|
|
|
| - const bool valid_rtpheader = rtp_parser.Parse(*header, &map);
|
| + const bool valid_rtpheader = rtp_parser.Parse(header, &map);
|
| if (!valid_rtpheader) {
|
| return false;
|
| }
|
|
|