]> granicus.if.org Git - libvpx/commit
vp8cx : bestsad declared and initialized incorrectly.
authorFritz Koenig <frkoenig@google.com>
Thu, 24 Jun 2010 18:30:48 +0000 (14:30 -0400)
committerFritz Koenig <frkoenig@google.com>
Thu, 24 Jun 2010 18:30:48 +0000 (14:30 -0400)
commita5906668a32c46a0f033b3a503ac5a159b77fce3
tree986cd8e13e55df8f1d2399417e33fa66760a82ee
parentcecdd73db786c2ea29f9d6eff1d30f1e8b75eeb5
vp8cx : bestsad declared and initialized incorrectly.

bestsad needs to be a int and set to INT_MAX because at the end
of the function it is compared to INT_MAX to determine if there
was a match in the function.

Change-Id: Ie80e88e4c4bb4a1ff9446079b794d14d5a219788
vp8/encoder/mcomp.c