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..1f8c1b2a25682e996874f3397ca6e1bd57b903a8 100644 |
--- a/webrtc/common_video/include/video_frame.h |
+++ b/webrtc/common_video/include/video_frame.h |
@@ -54,7 +54,7 @@ class EncodedImage { |
size_t _length; |
size_t _size; |
VideoRotation rotation_ = kVideoRotation_0; |
- VideoContentType content_type_ = VideoContentType::UNSPECIFIED; |
+ mutable VideoContentType content_type_ = VideoContentType::Unspecified(); |
bool _completeFrame = false; |
AdaptReason adapt_reason_; |
int qp_ = -1; // Quantizer value. |