Make WordPress Core


Ignore:
Timestamp:
04/26/2024 03:25:54 PM (12 months ago)
Author:
adamsilverstein
Message:

Media: fix potential error in class-avif-info.php::get_item_features().

Import upstream fix from libavifinfo, correcting a potential fatal error.

Reviewed by jorbin.
Merges [58049] to the 6.5 branch.

Props yguyon.
Fixes #60980.

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

  • branches/6.5/tests/phpunit/tests/image/editor.php

    r57524 r58050  
    449449            ),
    450450            array(
     451                DIR_TESTDATA . '/images/avif-alpha-grid2x1.avif',
     452                array(
     453                    'width'        => 199,
     454                    'height'       => 200,
     455                    'bit_depth'    => 8,
     456                    'num_channels' => 4,
     457                ),
     458            ),
     459            array(
    451460                DIR_TESTDATA . '/images/colors_hdr_p3.avif',
    452461                array(
Note: See TracChangeset for help on using the changeset viewer.