| Index: webrtc/modules/video_coding/frame_object.cc
|
| diff --git a/webrtc/modules/video_coding/frame_object.cc b/webrtc/modules/video_coding/frame_object.cc
|
| index 9e5ce09770bc3db7fc56fb560760a1a7de51fd03..70b0a02868ab0511b23675a7538dde2f85ab2d00 100644
|
| --- a/webrtc/modules/video_coding/frame_object.cc
|
| +++ b/webrtc/modules/video_coding/frame_object.cc
|
| @@ -79,7 +79,6 @@
|
| // (HEVC)).
|
| rotation_ = last_packet->video_header.rotation;
|
| _rotation_set = true;
|
| - content_type_ = last_packet->video_header.content_type;
|
| }
|
|
|
| RtpFrameObject::~RtpFrameObject() {
|
|
|