| 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..9d92c2743c2880a7d6304d496320d0c4be41a9ab 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::kVideoContent_Default);
|
| _decodeCompleteCallback->Decoded(decoded_image);
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|