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/functions.php

    r57737 r58050  
    15231523                    IMAGETYPE_AVIF,
    15241524                    'width="128" height="128"',
     1525                    'mime' => 'image/avif',
     1526                ),
     1527            ),
     1528            // Grid AVIF.
     1529            array(
     1530                DIR_TESTDATA . '/images/avif-alpha-grid2x1.avif',
     1531                array(
     1532                    199,
     1533                    200,
     1534                    IMAGETYPE_AVIF,
     1535                    'width="199" height="200"',
    15251536                    'mime' => 'image/avif',
    15261537                ),
Note: See TracChangeset for help on using the changeset viewer.