Commit 5cbbc35e authored by Dr Alex Gouaillard's avatar Dr Alex Gouaillard Committed by Commit Bot

This fixes the enable_libaom=true build of chrome

Bug: 1099855
Change-Id: I57368cf7bec54e97964fecb8da0dfe009d8f2968
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270444
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787826}
parent ee22074e
...@@ -1134,6 +1134,7 @@ CloudMosa, Inc. <*@cloudmosa.com> ...@@ -1134,6 +1134,7 @@ CloudMosa, Inc. <*@cloudmosa.com>
Code Aurora Forum <*@codeaurora.org> Code Aurora Forum <*@codeaurora.org>
Collabora Limited <*@collabora.com> Collabora Limited <*@collabora.com>
Comodo CA Limited Comodo CA Limited
CoSMo Software pvt ltd <*@cosmosoftware.io>
Cosium <*@cosium.com> Cosium <*@cosium.com>
Dell Technologies Inc. <*@dell.corp-partner.google.com> Dell Technologies Inc. <*@dell.corp-partner.google.com>
Duck Duck Go, Inc. <*@duckduckgo.com> Duck Duck Go, Inc. <*@duckduckgo.com>
......
...@@ -276,7 +276,7 @@ bool AomVideoDecoder::DecodeBuffer(const DecoderBuffer* buffer) { ...@@ -276,7 +276,7 @@ bool AomVideoDecoder::DecodeBuffer(const DecoderBuffer* buffer) {
} }
// TODO(dalecurtis): Is this true even for low resolutions? // TODO(dalecurtis): Is this true even for low resolutions?
frame->metadata()->SetBoolean(VideoFrameMetadata::POWER_EFFICIENT, false); frame->metadata()->power_efficient = false;
// Ensure the frame memory is returned to the MemoryPool upon discard. // Ensure the frame memory is returned to the MemoryPool upon discard.
frame->AddDestructionObserver( frame->AddDestructionObserver(
......
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