| Index: webrtc/modules/video_coding/encoded_frame.cc
|
| diff --git a/webrtc/modules/video_coding/encoded_frame.cc b/webrtc/modules/video_coding/encoded_frame.cc
|
| index 1807fa5c4c18f49cbf8689b6be029612dc62ef0e..fb12c5bc68da0083605600aaf06f028255788e37 100644
|
| --- a/webrtc/modules/video_coding/encoded_frame.cc
|
| +++ b/webrtc/modules/video_coding/encoded_frame.cc
|
| @@ -87,7 +87,6 @@
|
| _codecSpecificInfo.codecType = kVideoCodecUnknown;
|
| _codec = kVideoCodecUnknown;
|
| rotation_ = kVideoRotation_0;
|
| - content_type_ = VideoContentType::UNSPECIFIED;
|
| _rotation_set = false;
|
| }
|
|
|
|
|