]> granicus.if.org Git - libvpx/commit
vp9/decoder/vp9_detokenize: fix int sanitizer warnings
authorHien Ho <hienho@google.com>
Tue, 1 Oct 2019 23:36:56 +0000 (16:36 -0700)
committerHien Ho <hienho@google.com>
Thu, 3 Oct 2019 18:52:57 +0000 (18:52 +0000)
commitf70f5dbae2f038d17a2fba4a7b20593533959fb6
tree4db7668fb6de46be33c7afecf32303a832cbaf41
parent4e2cfb63de974939b72d990005b36d8c2fac8352
vp9/decoder/vp9_detokenize: fix int sanitizer warnings

From unit test: VP9MultiThreaded/InvalidFileTest
implicit conversion from type 'int' of value 83144 (32-bit, signed) to
type 'tran_low_t' (aka 'short') changed the value to 17608 (16-bit,
 signed)

 BUG=webm:1615
 BUG=webm:1648

Change-Id: I4170494c328596ace66432c8563c55f31745cf76
vp9/decoder/vp9_detokenize.c