From 781cf06124e4261517bd7f55ce74e4f04fe22aa8 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 4 Dec 2012 03:07:29 +0000 Subject: [PATCH] libyuv r508 with scaler fix for overread horizontally that was caught by valgrind. BUG=none TEST=valgrind bots Review URL: https://webrtc-codereview.appspot.com/968013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3232 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a8b3bba27a..b91549a880 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@fd3078fd8", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@481", + (Var("googlecode_url") % "libyuv") + "/trunk@507", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@165570",