| Index: webrtc/test/rtp_file_reader.cc
|
| diff --git a/webrtc/test/rtp_file_reader.cc b/webrtc/test/rtp_file_reader.cc
|
| index cb0e40705f4b1bc37d1b2a12cd0173c84a41131d..1413f0079796dc98156f960e71aa0d8c65417af1 100644
|
| --- a/webrtc/test/rtp_file_reader.cc
|
| +++ b/webrtc/test/rtp_file_reader.cc
|
| @@ -458,7 +458,7 @@ class PcapReader : public RtpFileReaderImpl {
|
| rtp_parser.ParseRtcp(&marker.rtp_header);
|
| packets_.push_back(marker);
|
| } else {
|
| - if (!rtp_parser.Parse(marker.rtp_header, NULL)) {
|
| + if (!rtp_parser.Parse(&marker.rtp_header, nullptr)) {
|
| DEBUG_LOG("Not recognized as RTP/RTCP");
|
| return kResultSkip;
|
| }
|
|
|