Fix harmless off-by-1 error.
authorTimothy B. Terriberry <tterribe@xiph.org>
Wed, 5 May 2010 23:14:36 +0000 (19:14 -0400)
committerTimothy B. Terriberry <tterribe@xiph.org>
Fri, 27 Aug 2010 23:07:54 +0000 (16:07 -0700)
commit7a8e0a29359f561e7e2f22ab553f5136c361239e
treefccd4522a8fa2873a1380ac05585c5a58d61a44a
parente105e245ef02e7ce3c78950af01cfc78ce2a7459
Fix harmless off-by-1 error.

The memory being zeroed in vp8_update_mode_info_border() was just
 allocated with calloc, and so the entire function is actually
 redundant, but it should be made correct in case someone expects
 it to actually work in the future.

Change-Id: If7a84e489157ab34ab77ec6e2fe034fb71cf8c79
vp8/common/alloccommon.c