Opened 8 weeks ago
Closed 4 weeks ago
#64669 closed defect (bug) (fixed)
AVIF files with empty iref box fail parsing with older PHP versions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | minor | Version: | |
| Component: | Media | Keywords: | has-patch |
| Focuses: | Cc: |
Description
libavifinfo is used for PHP versions until 8.2 (1) to extract a few image features from AVIF files.
The current version of libavifinfo in WordPress rejects files with an empty 'iref' box. An empty 'iref' box is pointless but is allowed by the specification. See https://aomedia.g-issues.chromium.org/issues/466109759#comment3.
Change History (3)
This ticket was mentioned in PR #10972 on WordPress/wordpress-develop by @yguyon.
8 weeks ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Support AVIF files with an empty 'iref' box.
See the similar fix in PHP-src: https://github.com/php/php-src/pull/21250