| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 06d59863d049cacd6c03b22a0ebbf0e908d9755e..a029a7a0fdbcda14a61a19a023dbc50059568c12 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -415,7 +415,7 @@ void AndroidVideoDecodeAccelerator::AssignPictureBuffers(
|
| dismissed_picture_ids_.erase(id);
|
| }
|
|
|
| - RETURN_ON_FAILURE(output_picture_buffers_.size() == kNumPictureBuffers,
|
| + RETURN_ON_FAILURE(output_picture_buffers_.size() >= kNumPictureBuffers,
|
| "Invalid picture buffers were passed.",
|
| INVALID_ARGUMENT);
|
|
|
|
|