| Index: webrtc/modules/video_coding/test/video_rtp_play.cc
|
| diff --git a/webrtc/modules/video_coding/test/video_rtp_play.cc b/webrtc/modules/video_coding/test/video_rtp_play.cc
|
| index 0b8df36ef3c58207665e73a930f1850dc3886f13..cfec476f5630fbbbdba01d8237500a6769849b20 100644
|
| --- a/webrtc/modules/video_coding/test/video_rtp_play.cc
|
| +++ b/webrtc/modules/video_coding/test/video_rtp_play.cc
|
| @@ -57,7 +57,7 @@ int RtpPlay(const CmdArgs& args) {
|
| webrtc::rtpplayer::Create(args.inputFile, &factory, &clock, payload_types,
|
| kConfigLossRate, kConfigRttMs,
|
| kConfigReordering));
|
| - if (rtp_player.get() == NULL) {
|
| + if (rtp_player.get() == nullptr) {
|
| return -1;
|
| }
|
|
|
|
|