Commit b64f5b5e authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ ecc31d287..e188b5435 (1 commit)

https://chromium.googlesource.com/webm/libvpx.git/+log/ecc31d28781c..e188b5435de7

$ git log ecc31d287..e188b5435 --date=short --no-merges --format='%ad %ae %s'
2018-10-11 marpan Revert "vp8: Increase rate threshold for overshoot-drop"

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=johannkoenig@google.com

Change-Id: I0bcae4a78be88747ccf8a42148b4a8fca8e91c0d
Reviewed-on: https://chromium-review.googlesource.com/c/1276553
Commit-Queue: Tom Finegan <tomfinegan@chromium.org>
Reviewed-by: default avatarTom Finegan <tomfinegan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598887}
parent d15ba9ba
...@@ -853,7 +853,7 @@ deps = { ...@@ -853,7 +853,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ecc31d28781c490f5fb18a3e6873692a1b8e6cea', Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e188b5435de71bcd602c378f1ac0441111f0f915',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56', Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',
......
...@@ -5,9 +5,9 @@ License: BSD ...@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE License File: source/libvpx/LICENSE
Security Critical: yes Security Critical: yes
Date: Monday October 08 2018 Date: Thursday October 11 2018
Branch: master Branch: master
Commit: ecc31d28781c490f5fb18a3e6873692a1b8e6cea Commit: e188b5435de71bcd602c378f1ac0441111f0f915
Description: Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and Contains the sources used to compile libvpx binaries used by Google Chrome and
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 7 #define VERSION_MINOR 7
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "1139-gecc31d287" #define VERSION_EXTRA "1132-ge188b5435"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-1139-gecc31d287" #define VERSION_STRING_NOSP "v1.7.0-1132-ge188b5435"
#define VERSION_STRING " v1.7.0-1139-gecc31d287" #define VERSION_STRING " v1.7.0-1132-ge188b5435"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment