]> 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)
committerJames Zern <jzern@google.com>
Thu, 18 Jun 2020 17:54:23 +0000 (10:54 -0700)
commit0370a43816cadc4939661d7b214a2077f8d25e88
tree7abe2f8799f305ee7d7051ccc6cf66b4677c3680
parent3101666d2a8b5b2e6bff14ffb39db685f1cc98a0
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

Change-Id: I79762df8076d029c5c8fef4d5e06ed655719de62
test/vp9_skip_loopfilter_test.cc