| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| index 6fee2e6f3675fa3e2cb82b36a1e5bee1a4968e93..e79fdfb69841576fbb790972d9d3e211d346409d 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc
|
| @@ -168,11 +168,6 @@ int H264VideoToolboxDecoder::Release() {
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|
| -int H264VideoToolboxDecoder::Reset() {
|
| - ResetDecompressionSession();
|
| - return WEBRTC_VIDEO_CODEC_OK;
|
| -}
|
| -
|
| int H264VideoToolboxDecoder::ResetDecompressionSession() {
|
| DestroyDecompressionSession();
|
|
|
|
|