]> granicus.if.org Git - libvpx/commit
Fix crash invalid params for vp8 multres. Add test.
authorJerome Jiang <jianj@google.com>
Wed, 17 Jan 2018 19:23:55 +0000 (11:23 -0800)
committerJerome Jiang <jianj@google.com>
Tue, 23 Jan 2018 04:30:45 +0000 (20:30 -0800)
commit5b6ae020b6a972b67b59b3dbf7cf9cbd3140a80d
treeb4f57449cd68eace9ddb882834b9e02aa4319783
parentf915e6d4afafabed8281b172f93502acbe101f3a
Fix crash invalid params for vp8 multres. Add test.

Fix is from the patch in the issue.
Release memories allocated before early exit.

BUG=webm:1482

Change-Id: I64952af99c58241496e03fa55da09fd129a07c77
test/encode_api_test.cc
vpx/src/vpx_encoder.c