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

Roll src/third_party/libaom/source/libaom/ 716f2896c..67223a304 (2 commits)

https://aomedia.googlesource.com/aom.git/+log/716f2896c6ba..67223a304e09

$ git log 716f2896c..67223a304 --date=short --no-merges --format='%ad %ae %s'
2018-11-20 wtc decoder_get_frame() should use output frame index.
2018-11-21 wtc Declare pbi->output_frame_index as an array of int

Created with:
  roll-dep src/third_party/libaom/source/libaom
R=tomfinegan@chromium.org,johannkoenig@google.com,jzern@chromium.org

Bug: 906381
Change-Id: I8f80378c1608761310a273ecdb3556d401e71cc2
Reviewed-on: https://chromium-review.googlesource.com/c/1351715Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/master@{#611282}
parent 5f0e686f
...@@ -864,7 +864,7 @@ deps = { ...@@ -864,7 +864,7 @@ deps = {
Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd7ed8e2f3f35ce9a3aafdfdc48745ceab66e7229', Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd7ed8e2f3f35ce9a3aafdfdc48745ceab66e7229',
'src/third_party/libaom/source/libaom': 'src/third_party/libaom/source/libaom':
Var('aomedia_git') + '/aom.git' + '@' + '716f2896c6babc140a6a774c21653c3f4d04d9de', Var('aomedia_git') + '/aom.git' + '@' + '67223a304e098da309776bac253456f75f613fc2',
# Userspace interface to kernel DRM services. # Userspace interface to kernel DRM services.
'src/third_party/libdrm/src': { 'src/third_party/libdrm/src': {
......
...@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec ...@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec
Short Name: libaom Short Name: libaom
URL: https://aomedia.googlesource.com/aom/ URL: https://aomedia.googlesource.com/aom/
Version: 0 Version: 0
Date: Thursday November 08 2018 Date: Monday November 26 2018
Branch: master Branch: m72
Commit: 716f2896c6babc140a6a774c21653c3f4d04d9de Commit: 67223a304e098da309776bac253456f75f613fc2
License: BSD License: BSD
License File: source/libaom/LICENSE License File: source/libaom/LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "898-g716f2896c" #define VERSION_EXTRA "900-g67223a304"
#define VERSION_PACKED \ #define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH)) ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "1.0.0-898-g716f2896c" #define VERSION_STRING_NOSP "1.0.0-900-g67223a304"
#define VERSION_STRING " 1.0.0-898-g716f2896c" #define VERSION_STRING " 1.0.0-900-g67223a304"
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