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