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