]> 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)
committerJames Zern <jzern@google.com>
Wed, 24 Jan 2018 02:14:14 +0000 (18:14 -0800)
commit9f36419bf21a5922ffc32c289e09dd9fa0eb4eb2
tree8e763c0b887f608d43d73420d5f7d73dc9ff8b7d
parent740883897a7ae91d03cd0fab88e35416d87aea9c
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
(cherry picked from commit 5b6ae020b6a972b67b59b3dbf7cf9cbd3140a80d)
test/encode_api_test.cc
vpx/src/vpx_encoder.c