commit | 8fa436bd65e7ae31b280f3ccced74d00ea3f29d5 | [log] [tgz] |
---|---|---|
author | andresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Sep 16 11:26:35 2013 +0000 |
committer | andresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Sep 16 11:26:35 2013 +0000 |
tree | 468e593afa0b5f4af8ed56a011965d1a57e853a2 | |
parent | 62b816afcf082f7aa8272bf31c191744c88ecd1d [diff] [blame] |
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
diff --git a/webrtc/modules/utility/source/file_player_impl.h b/webrtc/modules/utility/source/file_player_impl.h index aae1ae9..e1ba420 100644 --- a/webrtc/modules/utility/source/file_player_impl.h +++ b/webrtc/modules/utility/source/file_player_impl.h
@@ -101,7 +101,7 @@ private: int32_t SetUpVideoDecoder(); - VideoCoder& _videoDecoder; + scoped_ptr<VideoCoder> video_decoder_; VideoCodec video_codec_info_; int32_t _decodedVideoFrames;