| 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 10dfb47cc94e705ed9062d63e4dbdf5cfea18efb..d4311303794a87426b17c8b04e6d435fe38941fc 100644
|
| --- a/webrtc/common_video/include/video_frame.h
|
| +++ b/webrtc/common_video/include/video_frame.h
|
| @@ -60,7 +60,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.
|
|
|