]> granicus.if.org Git - libvpx/commit
Cast bsize as int to print a meaninful debug info
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 6 Jun 2018 22:49:39 +0000 (22:49 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 8 Jun 2018 03:25:49 +0000 (05:25 +0200)
commit034f94c127b4d608200d94889c52e7e42b2f62e4
tree3e052005d94e3c7b30238929ec7a3faff358d242
parent0284e3829309d26eb1b2d9863d55322824153465
Cast bsize as int to print a meaninful debug info

cout helpfully decides to print the bsize value as non-printable char
otherwise.

Change-Id: Id91b52d6475ae9f869365468d1d56d94b2e10ecb
test/vp9_subtract_test.cc