Index: webrtc/common_video/video_frame.cc |
diff --git a/webrtc/common_video/video_frame.cc b/webrtc/common_video/video_frame.cc |
index 8678700e9ab122f1ba48e7520e282564fb74aadf..e01aa01e1898107a3df0d4f520423653894b7c73 100644 |
--- a/webrtc/common_video/video_frame.cc |
+++ b/webrtc/common_video/video_frame.cc |
@@ -49,6 +49,7 @@ |
void EncodedImage::SetEncodeTime(int64_t encode_start_ms, |
int64_t encode_finish_ms) const { |
+ timing_.is_timing_frame = true; |
timing_.encode_start_ms = encode_start_ms; |
timing_.encode_finish_ms = encode_finish_ms; |
} |