From 9df6674b26aa06aa98ae59690a6cd1123051cf02 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 17 Dec 2013 08:25:31 +0000 Subject: [PATCH] Scale down by 4x with box filter. Fix for 1 pixel wide bilinear filter. Fix for I420ToARGB overread on V plane that causes valgrind fail. BUG=none TESTED=gcl try libyuv_r911 --bot=linux_valgrind R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5305 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5d12eba4a8..94e196a1d3 100644 --- a/DEPS +++ b/DEPS @@ -72,7 +72,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@232686", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@905", + (Var("googlecode_url") % "libyuv") + "/trunk@911", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",