]> granicus.if.org Git - libvpx/commit
vp9_skip_loopfilter_test: make Init() return a bool
authorJames Zern <jzern@google.com>
Thu, 18 Jun 2020 17:54:23 +0000 (10:54 -0700)
committerJerome Jiang <jianj@google.com>
Mon, 22 Jun 2020 00:04:21 +0000 (17:04 -0700)
commitff078e58c7ff4d589a43a98fc877e42df8b7bcf9
treeb583c02f092f7e98438372e0b9610d91fbb3fa8b
parentc1765573149e2c0fe2acabc224c0f9085b9e7f2b
vp9_skip_loopfilter_test: make Init() return a bool

ASSERT's in the function only force a return, not termination. this
fixes a static analyzer issue with using a null decoder object in
following calls.

BUG=webm:1695,webm:1686

Change-Id: I79762df8076d029c5c8fef4d5e06ed655719de62
(cherry picked from commit 0370a43816cadc4939661d7b214a2077f8d25e88)
test/vp9_skip_loopfilter_test.cc