| Index: webrtc/video_frame.h
|
| diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
|
| index 3b0c16c12e8c2681547db0c4815773e54a08ea7a..47e58a1b62ff0b82ed24395d794a52756b7d9a00 100644
|
| --- a/webrtc/video_frame.h
|
| +++ b/webrtc/video_frame.h
|
| @@ -57,6 +57,7 @@ class EncodedImage {
|
| size_t _length;
|
| size_t _size;
|
| VideoRotation rotation_ = kVideoRotation_0;
|
| + VideoContentType content_type_ = VideoContentType::UNSPECIFIED;
|
| bool _completeFrame = false;
|
| AdaptReason adapt_reason_;
|
| int qp_ = -1; // Quantizer value.
|
|
|