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:
@ -101,7 +101,7 @@ public:
|
||||
private:
|
||||
int32_t SetUpVideoDecoder();
|
||||
|
||||
VideoCoder& _videoDecoder;
|
||||
scoped_ptr<VideoCoder> video_decoder_;
|
||||
VideoCodec video_codec_info_;
|
||||
int32_t _decodedVideoFrames;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user