Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index ef60cfe013a9b34404d1fc7d6eb7b08de3f9e6e7..8d4addb059d3d193300d0b62712f4081e35d8f01 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -548,7 +548,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); |