From 85f28650d5686cec0661c71b9fc1ce0c177a59ac Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 31 May 2013 18:00:36 +0000 Subject: [PATCH] bug fixes for extremely large images - 10000x10000 and 100000 pixel wide. BUG=none TEST=libyuv unittest with manual LIBYUV_WIDTH=1000000 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1584008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4149 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 230ec0b396..5aa16629ed 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@196669", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@711", + (Var("googlecode_url") % "libyuv") + "/trunk@712", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",