| Index: webrtc/modules/video_coding/codecs/i420/i420.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/i420/i420.cc b/webrtc/modules/video_coding/codecs/i420/i420.cc
|
| index d05ba7f519bf26e5a4147a65b62e2b078b3ffd36..9401b23334bc560f28e0dc0643de7fd431018242 100644
|
| --- a/webrtc/modules/video_coding/codecs/i420/i420.cc
|
| +++ b/webrtc/modules/video_coding/codecs/i420/i420.cc
|
| @@ -211,7 +211,8 @@ int I420Decoder::Decode(const EncodedImage& inputImage,
|
| }
|
|
|
| VideoFrame decoded_image(frame_buffer, inputImage._timeStamp, 0,
|
| - webrtc::kVideoRotation_0);
|
| + webrtc::kVideoRotation_0,
|
| + webrtc::VideoContentType::kDefault);
|
| _decodeCompleteCallback->Decoded(decoded_image);
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|