commit | db25581967de10f91ed99fb4fc0c5d8890224d74 | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Fri Apr 12 14:51:57 2024 -0700 |
committer | Wan-Teh Chang <wtc@google.com> | Fri May 10 23:58:23 2024 +0000 |
tree | ad02af85b499dc1291f25b8339b348235b168c90 | |
parent | 1a3cd4922bcde7c381b1f2681b0463804e71f0c7 [diff] |
Assert a vpx_img_set_rect call always succeed The vpx_img_set_rect() call at the end of img_alloc_helper() always succeeds, so assert its return value is equal to 0. A port of the changes to aom/src/aom_image.c in the libaom CLs https://aomedia-review.googlesource.com/c/aom/+/90307 and https://aomedia-review.googlesource.com/c/aom/+/190011. Bug: webm:1850 Change-Id: I559820db245a596b4aed2042bfa7ebe7dd2d69b7