| Index: webrtc/modules/video_coding/receiver.cc
|
| diff --git a/webrtc/modules/video_coding/receiver.cc b/webrtc/modules/video_coding/receiver.cc
|
| index b51669411953db47c001337ca3428c8b7836294a..5eeca046ca2f21b6893f6c62b8d8386105a8cfb8 100644
|
| --- a/webrtc/modules/video_coding/receiver.cc
|
| +++ b/webrtc/modules/video_coding/receiver.cc
|
| @@ -110,9 +110,7 @@ void VCMReceiver::Process() {
|
| jitter_buffer_.Process();
|
| }
|
|
|
| -int32_t VCMReceiver::InsertPacket(const VCMPacket& packet,
|
| - uint16_t frame_width,
|
| - uint16_t frame_height) {
|
| +int32_t VCMReceiver::InsertPacket(const VCMPacket& packet) {
|
| // Insert the packet into the jitter buffer. The packet can either be empty or
|
| // contain media at this point.
|
| bool retransmitted = false;
|
|
|