| Index: webrtc/modules/video_coding/encoded_frame.h
|
| diff --git a/webrtc/modules/video_coding/encoded_frame.h b/webrtc/modules/video_coding/encoded_frame.h
|
| index 840cd2056d594562799957559948f461e24b56a7..ceba178e447c24a65bc0db8e960781568ddd425f 100644
|
| --- a/webrtc/modules/video_coding/encoded_frame.h
|
| +++ b/webrtc/modules/video_coding/encoded_frame.h
|
| @@ -77,6 +77,10 @@ class VCMEncodedFrame : protected EncodedImage {
|
| */
|
| VideoRotation rotation() const { return rotation_; }
|
| /**
|
| + * Get video content type
|
| + */
|
| + VideoContentTypeId contentType() const { return content_type_; }
|
| + /**
|
| * True if this frame is complete, false otherwise
|
| */
|
| bool Complete() const { return _completeFrame; }
|
|
|