commit | 2355cd0f244b36a930c930f6a6000f59766dc4d8 | [log] [tgz] |
---|---|---|
author | fbarchard <[email protected]> | Mon Apr 17 21:16:12 2017 |
committer | Commit bot <[email protected]> | Mon Apr 17 21:16:12 2017 |
tree | 74813f7e73515f8712fc95968959d623389fe16c | |
parent | 93b7082279a607e490ebb091d62445f3e78a61dc [diff] [blame] |
libyuv roll r1652 for new I422ToRGB565 function. Change log: https://chromium.googlesource.com/libyuv/libyuv/+log/8cab2e31..fc02cc38 Full changes: https://chromium.googlesource.com/libyuv/libyuv/+/8cab2e31..fc02cc38 TEST=I422ToRGB565 unittests added and pass. [email protected] Review-Url: https://codereview.chromium.org/2821153002 Cr-Commit-Position: refs/heads/master@{#465020}
diff --git a/DEPS b/DEPS index a01479d..4d3e1447 100644 --- a/DEPS +++ b/DEPS
@@ -241,7 +241,7 @@ Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 'src/third_party/libyuv': - Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8cab2e31d76246263206318f3568d452e7f3ff3e', # from r1651 + Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'fc02cc3806a394a6b887979ba74aa49955f3199b', # from r1652 'src/third_party/smhasher/src': Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',