Remove use of vcm->ResetDecoder from modules/utility.
R=asapersson@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2203006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4750 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -29,18 +29,6 @@ VideoCoder::~VideoCoder()
|
||||
VideoCodingModule::Destroy(_vcm);
|
||||
}
|
||||
|
||||
int32_t VideoCoder::ResetDecoder()
|
||||
{
|
||||
_vcm->ResetDecoder();
|
||||
|
||||
_vcm->InitializeSender();
|
||||
_vcm->InitializeReceiver();
|
||||
|
||||
_vcm->RegisterTransportCallback(this);
|
||||
_vcm->RegisterReceiveCallback(this);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t VideoCoder::SetEncodeCodec(VideoCodec& videoCodecInst,
|
||||
uint32_t numberOfCores,
|
||||
uint32_t maxPayloadSize)
|
||||
|
||||
Reference in New Issue
Block a user