]> granicus.if.org Git - libvpx/commit
sixtap_predict_test: fix sizes passed to memset
authorJames Zern <jzern@google.com>
Fri, 22 Feb 2013 19:29:47 +0000 (11:29 -0800)
committerJames Zern <jzern@google.com>
Fri, 22 Feb 2013 19:29:47 +0000 (11:29 -0800)
commit540997afba223a1b9368cbdc3e4e0ff1003d1e37
treef671f93e293ccb1affb5e5269da12798c600bf72
parent0ef72720d0c54be9faa8287652eeab7b4cd5b7fb
sixtap_predict_test: fix sizes passed to memset

src_/dst_/dst_c_ are heap allocated, use the allocation size rather than
sizeof(var)

Change-Id: I3335ad487dc9b154cdf212891d1d74c812eff060
test/sixtap_predict_test.cc