libyuv r976 for MJPGToI420 return code.

BUG=2847
TESTED=libyuv MJPGToI420 unittest added which passes invalid MJPG and expects a failure.
R=andrew@webrtc.org, braveyao@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/7719004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5446 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fbarchard@google.com 2014-01-28 03:58:46 +00:00
parent 932b0193e7
commit 69ff90e832

2
DEPS
View File

@ -75,7 +75,7 @@ deps = {
Var("chromium_trunk") + "/deps/third_party/libvpx@241571",
"third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@975",
(Var("googlecode_url") % "libyuv") + "/trunk@976",
"third_party/opus":
Var("chromium_trunk") + "/src/third_party/opus@185405",