From 2b3a86554fa8969d2b059ad306245931e9dd0aa2 Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Fri, 31 May 2013 22:59:38 +0000 Subject: [PATCH] Revert 4149 "bug fixes for extremely large images - 10000x10000 ..." > 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 TBR=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/1591005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4152 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5aa16629ed..230ec0b396 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@712", + (Var("googlecode_url") % "libyuv") + "/trunk@711", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",