| Index: webrtc/modules/video_coding/video_receiver.cc
|
| diff --git a/webrtc/modules/video_coding/video_receiver.cc b/webrtc/modules/video_coding/video_receiver.cc
|
| index a832e2180b922966a2487e0f1133bf6b7f139df4..d42d053770a1c9f509f16f64ad0858081bfe435f 100644
|
| --- a/webrtc/modules/video_coding/video_receiver.cc
|
| +++ b/webrtc/modules/video_coding/video_receiver.cc
|
| @@ -410,8 +410,7 @@ int32_t VideoReceiver::IncomingPacket(const uint8_t* incomingPayload,
|
| payloadLength = 0;
|
| }
|
| const VCMPacket packet(incomingPayload, payloadLength, rtpInfo);
|
| - int32_t ret = _receiver.InsertPacket(packet, rtpInfo.type.Video.width,
|
| - rtpInfo.type.Video.height);
|
| + int32_t ret = _receiver.InsertPacket(packet);
|
|
|
| // TODO(holmer): Investigate if this somehow should use the key frame
|
| // request scheduling to throttle the requests.
|
|
|