ARGBScale fix for bilinear down sampling overread when source size is odd.

BUG=chromium:352592
TESTED=drmemory on libyuv new unittest scaling unittest.
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/10179004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5742 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fbarchard@google.com
2014-03-20 21:44:15 +00:00
parent a8ebdb71e3
commit 062e6e539f

2
DEPS
View File

@@ -81,7 +81,7 @@ deps = {
Var("chromium_trunk") + "/deps/third_party/libvpx@254609",
"third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@979",
(Var("googlecode_url") % "libyuv") + "/trunk@985",
"third_party/opus":
Var("chromium_trunk") + "/src/third_party/opus@245176",