Commit 87f7cffc authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Commit Bot

Roll src/third_party/libavif/src/ 0265cd7a1..e67f9369d (2 commits)

https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/0265cd7a10d1..e67f9369d50e

$ git log 0265cd7a1..e67f9369d --date=short --no-merges --format='%ad %ae %s'
2020-10-12 wtc Change avifDecoderSetIO() to return void
2020-10-12 wtc Change 'size' param of avifIOReadFunc to size_t

Created with:
  roll-dep src/third_party/libavif/src
R=dalecurtis@chromium.org

Bug: 1136922
Change-Id: Ice8f31a64fecf3ac19a68ba636632ea1b738c3d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466842Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/master@{#816703}
parent 68e0bec7
...@@ -346,7 +346,7 @@ vars = { ...@@ -346,7 +346,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libavif # the commit queue can handle CLs rolling libavif
# and whatever else without interference from each other. # and whatever else without interference from each other.
'libavif_revision': '0265cd7a10d1425cf42908458a0807e919195914', 'libavif_revision': 'e67f9369d50e00c59b504abf52655b3c0f304430',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nearby # the commit queue can handle CLs rolling nearby
# and whatever else without interference from each other. # and whatever else without interference from each other.
...@@ -4916,7 +4916,7 @@ hooks = [ ...@@ -4916,7 +4916,7 @@ hooks = [
'pattern': '.', 'pattern': '.',
'condition': 'checkout_chromeos or checkout_simplechrome', 'condition': 'checkout_chromeos or checkout_simplechrome',
'action': [ 'vpython', 'action': [ 'vpython',
'src/tools/download_optimization_profile.py', 'src/tools/download_optimization_profile.py',
'--newest_state=src/chromeos/profiles/atom.afdo.newest.txt', '--newest_state=src/chromeos/profiles/atom.afdo.newest.txt',
'--local_state=src/chromeos/profiles/atom.afdo.local.txt', '--local_state=src/chromeos/profiles/atom.afdo.local.txt',
'--output_name=src/chromeos/profiles/atom.afdo.prof', '--output_name=src/chromeos/profiles/atom.afdo.prof',
......
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