commit | 8d8eac333eba5cf62ed5d6353517ca345d599b1a | [log] [tgz] |
---|---|---|
author | wdzierzanowski <wdzierzanowski@opera.com> | Tue Dec 15 09:11:07 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 15 09:11:44 2015 |
tree | 73a1ba5364c74cef9d53a4072ce536d6bd39c7b7 | |
parent | 7d80cb0be043dceedb822146bd8547d95420c330 [diff] |
Don't assume correct image format in CopyVpxImageToVideoFrame() The data arriving inside the |vpx_image| struct is not guaranteed by libvpx to be in one of the formats supported by VpxVideoDecoder. BUG=569574 TEST=Loading http://shion.ru/crash.webm should result in video decoding error Review URL: https://codereview.chromium.org/1520313002 Cr-Commit-Position: refs/heads/master@{#365213}