Fix off-by-one in copy_and_extend_plane
authorJohn Koleszar <jkoleszar@google.com>
Fri, 15 Apr 2011 12:44:39 +0000 (08:44 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 15 Apr 2011 12:44:39 +0000 (08:44 -0400)
commita3399291ad0350e57cdce62369cb9bf196ec1ebb
treedb614d888e463d3851a266cb85efe6299e95bea5
parent63f15987a5b69d6a77748f369ac807f0933243d5
Fix off-by-one in copy_and_extend_plane

Should only copy h lines, not h+1.

Change-Id: I802a85686635900459c6dc79596189033e5298d8
vp8/common/extend.c