| Index: webrtc/modules/video_coding/generic_decoder.h
|
| diff --git a/webrtc/modules/video_coding/generic_decoder.h b/webrtc/modules/video_coding/generic_decoder.h
|
| index 891ec893ff2cd98e8337152ecbc64d355a04c2ff..b944dc40c782e92600d3b64c4ca3535f99a31ede 100644
|
| --- a/webrtc/modules/video_coding/generic_decoder.h
|
| +++ b/webrtc/modules/video_coding/generic_decoder.h
|
| @@ -30,6 +30,7 @@ struct VCMFrameInformation {
|
| int64_t decodeStartTimeMs;
|
| void* userData;
|
| VideoRotation rotation;
|
| + VideoContentTypeId content_type;
|
| };
|
|
|
| class VCMDecodedFrameCallback : public DecodedImageCallback {
|
|
|