| 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 71b8d81c7438f2c97d63db131fcd42c86126a301..891ec893ff2cd98e8337152ecbc64d355a04c2ff 100644
|
| --- a/webrtc/modules/video_coding/generic_decoder.h
|
| +++ b/webrtc/modules/video_coding/generic_decoder.h
|
| @@ -30,7 +30,6 @@
|
| int64_t decodeStartTimeMs;
|
| void* userData;
|
| VideoRotation rotation;
|
| - VideoContentType content_type;
|
| };
|
|
|
| class VCMDecodedFrameCallback : public DecodedImageCallback {
|
| @@ -110,7 +109,6 @@
|
| VideoCodecType _codecType;
|
| bool _isExternal;
|
| bool _keyFrameDecoded;
|
| - VideoContentType _last_keyframe_content_type;
|
| };
|
|
|
| } // namespace webrtc
|
|
|