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:
andresp@webrtc.org
2013-09-16 11:26:35 +00:00
parent 62b816afcf
commit 8fa436bd65
4 changed files with 15 additions and 31 deletions

View File

@ -23,8 +23,6 @@ public:
VideoCoder(uint32_t instanceID);
~VideoCoder();
int32_t ResetDecoder();
int32_t SetEncodeCodec(VideoCodec& videoCodecInst,
uint32_t numberOfCores,
uint32_t maxPayloadSize);