libyuv r905 with yuv off by 1 fix for valgrind overread
BUG=none
TEST=valgrind build bots
R=andrew@webrtc.org, mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/5329004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5246 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index a934f05..1e02b95 100644
--- a/DEPS
+++ b/DEPS
@@ -72,7 +72,7 @@
Var("chromium_trunk") + "/deps/third_party/libvpx@232686",
"third_party/libyuv":
- (Var("googlecode_url") % "libyuv") + "/trunk@888",
+ (Var("googlecode_url") % "libyuv") + "/trunk@905",
"third_party/opus":
Var("chromium_trunk") + "/src/third_party/opus@185405",