| Index: webrtc/modules/video_coding/jitter_buffer.cc
|
| diff --git a/webrtc/modules/video_coding/jitter_buffer.cc b/webrtc/modules/video_coding/jitter_buffer.cc
|
| index 15195dbfdc2bcc338a949d413a4b9dfd7bdbc4d8..1f73903e9dec2c93b31340278496f03d9e4f6f51 100644
|
| --- a/webrtc/modules/video_coding/jitter_buffer.cc
|
| +++ b/webrtc/modules/video_coding/jitter_buffer.cc
|
| @@ -1184,7 +1184,6 @@ bool VCMJitterBuffer::RecycleFramesUntilKeyFrame() {
|
| &key_frame_it, &free_frames_);
|
| key_frame_found = key_frame_it != decodable_frames_.end();
|
| }
|
| - TRACE_EVENT_INSTANT0("webrtc", "JB::RecycleFramesUntilKeyFrame");
|
| if (key_frame_found) {
|
| LOG(LS_INFO) << "Found key frame while dropping frames.";
|
| // Reset last decoded state to make sure the next frame decoded is a key
|
|
|