vp9e_set_config: setjmp before calling vp9_change_config
authorJames Zern <jzern@google.com>
Sat, 28 May 2022 04:50:11 +0000 (21:50 -0700)
committerJerome Jiang <jianj@google.com>
Fri, 3 Jun 2022 14:18:21 +0000 (10:18 -0400)
commit6e7f6363965b959f026956903fcd2aeb55698110
tree3649202c6c84e5cd2d465fda5be4b24d5567aec1
parent386f25be5353978c28866e442f844f6bd2a1537e
vp9e_set_config: setjmp before calling vp9_change_config

vp9_change_config may call functions that perform allocations which
expect failures detected by CHECK_MEM_ERROR to not return.

Change-Id: I1dd1eca9c661ed157d51b4a6a77fc9f88236d794
(cherry picked from commit 3997d9bc6286ba075879353b87678986cdbfa347)
vp9/vp9_cx_iface.c