]> granicus.if.org Git - libvpx/commit
vp9: Move allocation of vt2 after early exits.
authorJerome Jiang <jianj@google.com>
Tue, 31 Oct 2017 23:53:46 +0000 (16:53 -0700)
committerJerome Jiang <jianj@google.com>
Wed, 1 Nov 2017 00:04:04 +0000 (17:04 -0700)
commit34805d6d0d09845f83f90fd5ce558f531db22352
treeced05f717e44fac750f3cbf8172c45d6c480f362
parent18b470f4861a4fa2b0bf18be41fab205a2e43199
vp9: Move allocation of vt2 after early exits.

Remove the memory deallocation on the early exits.

Change-Id: I00b4a814ae6705105ecab89644d055ca3311d9f4
vp9/encoder/vp9_encodeframe.c