Index: content/common/gpu/media/dxva_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
index 2e667d0bd1a35aee574b2282e4958b8d90afaed7..3b2f6f2a09fd843cb6154230ab1b8855ea4c2d9f 100644 |
--- a/content/common/gpu/media/dxva_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
@@ -943,7 +943,8 @@ void DXVAVideoDecodeAccelerator::ProcessPendingSamples() { |
PLATFORM_FAILURE, ); |
media::Picture output_picture(index->second->id(), |
- sample_info.input_buffer_id); |
+ sample_info.input_buffer_id, |
+ index->second->size()); |
base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&DXVAVideoDecodeAccelerator::NotifyPictureReady, |