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
This commit is contained in:
fbarchard@google.com
2013-12-09 18:17:42 +00:00
parent de7c9e8884
commit 70ddf9355f

2
DEPS
View File

@ -72,7 +72,7 @@ deps = {
Var("chromium_trunk") + "/deps/third_party/libvpx@232686", Var("chromium_trunk") + "/deps/third_party/libvpx@232686",
"third_party/libyuv": "third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@888", (Var("googlecode_url") % "libyuv") + "/trunk@905",
"third_party/opus": "third_party/opus":
Var("chromium_trunk") + "/src/third_party/opus@185405", Var("chromium_trunk") + "/src/third_party/opus@185405",