From 062e6e539fc7b20fa60eca5adb0e2f4a9406600a Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 20 Mar 2014 21:44:15 +0000 Subject: [PATCH] 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cd535b47b9..28f6aae290 100644 --- a/DEPS +++ b/DEPS @@ -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",