| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index 26b60fa55d749496b122c827963a07eb19cb3ca2..60e5a453c17f091264ac2a934accc48af9e025b6 100644
|
| --- a/media/filters/vpx_video_decoder.cc
|
| +++ b/media/filters/vpx_video_decoder.cc
|
| @@ -503,7 +503,8 @@ void VpxVideoDecoder::CopyVpxImageTo(const vpx_image* vpx_image,
|
| visible_size,
|
| gfx::Rect(visible_size),
|
| config_.natural_size(),
|
| - kNoTimestamp());
|
| + kNoTimestamp(),
|
| + false);
|
| video_frame->get()->metadata()->SetInteger(VideoFrameMetadata::COLOR_SPACE,
|
| color_space);
|
|
|
|
|