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

Re-enable AVIF grid images.

I completed an audit of the grid image code in libavif. See bug 1114916.

Change-Id: Ifb2d4859bff5fc5647095b04e3bdb4db88a31ae4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354777Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/master@{#799413}
parent d6fe4cfe
...@@ -588,10 +588,6 @@ bool AVIFImageDecoder::MaybeCreateDemuxer() { ...@@ -588,10 +588,6 @@ bool AVIFImageDecoder::MaybeCreateDemuxer() {
if (!decoder_) if (!decoder_)
return false; return false;
// TODO(crbug.com/1114916): Disable grid image support in libavif until the
// libavif grid image code has been audited.
decoder_->disableGridImages = AVIF_TRUE;
// TODO(dalecurtis): This may create a second copy of the media data in // TODO(dalecurtis): This may create a second copy of the media data in
// memory, which is not great. libavif should provide a read() based API: // memory, which is not great. libavif should provide a read() based API:
// https://github.com/AOMediaCodec/libavif/issues/11 // https://github.com/AOMediaCodec/libavif/issues/11
......
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