Index: webrtc/common_video/include/video_frame.h |
diff --git a/webrtc/common_video/include/video_frame.h b/webrtc/common_video/include/video_frame.h |
index a5f0e52da01ec9e43bb7ee5337ab8ac0366b1151..4f8ed08f9b499d9bafe8c57bfc68f262ccbaac5f 100644 |
--- a/webrtc/common_video/include/video_frame.h |
+++ b/webrtc/common_video/include/video_frame.h |
@@ -66,7 +66,7 @@ class EncodedImage { |
// Timing information should be updatable on const instances. |
mutable struct Timing { |
- bool is_timing_frame = false; |
+ uint8_t flags = TimingFrameFlags::kInvalid; |
int64_t encode_start_ms = 0; |
int64_t encode_finish_ms = 0; |
int64_t packetization_finish_ms = 0; |