]> granicus.if.org Git - libvpx/commit
vp10_receive_raw_frame: add missing setjmp
authorJames Zern <jzern@google.com>
Fri, 12 Feb 2016 02:09:33 +0000 (18:09 -0800)
committerJames Zern <jzern@google.com>
Fri, 12 Feb 2016 03:21:28 +0000 (19:21 -0800)
commit8628898acf6637fdc59e3d15f60030ac759481e4
tree50a125fddfc6e7e51e49c0ac805c6607b90b1fb4
parent6c323e359a413018d48c29720aef5654721e14c0
vp10_receive_raw_frame: add missing setjmp

allocations done within this function are protected with
vpx_internal_error; adding the setjmp fixes a crash in
vp10_lookahead_push() under low memory conditions.

Change-Id: I5515017cd71b218840c506791b3a517da7ffc93e
vp10/encoder/encoder.c