bug fix vpx_copy_and_extend_frame size issue
authorJames Berry <jamesberry@google.com>
Thu, 14 Jul 2011 19:53:50 +0000 (15:53 -0400)
committerJames Berry <jamesberry@google.com>
Thu, 14 Jul 2011 19:58:15 +0000 (15:58 -0400)
commit6b6f367c3d25bdd87f80a8e5b5380963733c6f0a
tree0e19056a095a697c777f00e1290c340601dd2bd0
parent04dce631a2ae079877af1988a930ef236da9eb6c
bug fix vpx_copy_and_extend_frame size issue

vpx_copy_and_extend_frame could incorrectly
resize uv frames which could result in a crash.

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