| Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
|
| index 3bf85d57e13b8a928aa05c4b01b1fea1a7179f86..c544e77270576cc72da1c5a8626f17930599709a 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
|
| @@ -926,8 +926,8 @@ int VP8EncoderImpl::GetEncodedPartitions(
|
| input_image.render_time_ms();
|
| encoded_images_[encoder_idx].rotation_ = input_image.rotation();
|
| encoded_images_[encoder_idx].content_type_ =
|
| - (codec_.mode == kScreensharing) ? VideoContentType::SCREENSHARE
|
| - : VideoContentType::UNSPECIFIED;
|
| + (codec_.mode == kScreensharing) ? VideoContentType::Screenshare()
|
| + : VideoContentType::Unspecified();
|
| encoded_images_[encoder_idx].timing_.flags = TimingFrameFlags::kInvalid;
|
|
|
| int qp = -1;
|
|
|