Remove VideoCodingModule::InitializeReceiver.

This code is no longer used to reset, so we can just initialize the
object in the constructor.

BUG=4391
R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/43249004

Cr-Commit-Position: refs/heads/master@{#9044}
This commit is contained in:
Peter Boström
2015-04-21 16:35:50 +02:00
parent 9dbbcfbcb5
commit 5464a6e548
10 changed files with 6 additions and 63 deletions

View File

@ -43,7 +43,6 @@ class VCMReceiver {
~VCMReceiver();
void Reset();
int32_t Initialize();
void UpdateRtt(int64_t rtt);
int32_t InsertPacket(const VCMPacket& packet,
uint16_t frame_width,