DescriptionFix size calcuation in video_decoder_resource.cc
VideoDecoderResource::VideoDecoderResource() is only clearing 1/4 of
the decode_ids_ array, because the type of the array is uint32_t, and
we're passing the number of elements, not number of bytes.
BUG=469182
Committed: https://crrev.com/e9faf30f4261a10fb0f964fa91d8822acebd53e0
Cr-Commit-Position: refs/heads/master@{#321698}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|