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 d44d2b68f10931e36a6f953c0c6d679f9c734685..7dfba5e796ad6db8ae7eaf969697175dd555dadf 100644 |
--- a/webrtc/modules/video_coding/jitter_buffer.cc |
+++ b/webrtc/modules/video_coding/jitter_buffer.cc |
@@ -1205,7 +1205,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 |