]> granicus.if.org Git - libvpx/commit
test/lpf_test: fix int sanitizer warning
authorHien Ho <hienho@google.com>
Fri, 9 Aug 2019 23:33:57 +0000 (16:33 -0700)
committerHien Ho <hienho@google.com>
Tue, 13 Aug 2019 16:50:47 +0000 (16:50 +0000)
commita7059eca33bc3bac7e3b71e2099b2fc578230353
tree3bd56bfd41b3d015fbd344baf7bde1804cff86b6
parente46820c693d0dc01685841cfc704c16dbac48e80
test/lpf_test: fix int sanitizer warning

runtime error: implicit conversion from type 'int' of value 65594 (32-bit, signed)
to type 'uint16_t' (aka 'unsigned short') changed the value to 58 (16-bit, unsigned)

BUG=webm:1615

Change-Id: I6046a4a4fc0a108c337153f2c59d5cef5c8dcbd6
test/lpf_test.cc