Skip to content

Commit c3777c7

Browse files
y-guyonndossche
authored andcommitted
Update ext/standard/libavifinfo
Fixes GH-20627. Closes GH-21250.
1 parent fb80f35 commit c3777c7

File tree

4 files changed

+278
-67
lines changed

4 files changed

+278
-67
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ PHP NEWS
1616
- Standard:
1717
. Fixed bug GH-20906 (Assertion failure when messing up output buffers).
1818
(ndossche)
19+
. Fixed bug GH-20627 (Cannot identify some avif images with getimagesize).
20+
(y-guyon)
1921

2022
12 Mar 2026, PHP 8.4.19
2123

ext/standard/libavifinfo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ partially parse an AVIF payload and to extract the width, height, bit depth and
77
channel count without depending on the full libavif library.
88

99
`avifinfo.h`, `avifinfo.c`, `LICENSE` and `PATENTS` were copied verbatim from: \
10-
https://aomedia.googlesource.com/libavifinfo/+/96f34d945ac7dac229feddfa94dbae66e202b838 \
10+
https://aomedia.googlesource.com/libavifinfo/+/2b924defa4c2cd227540efe164067a8cc913eeba \
1111
They can easily be kept up-to-date the same way.

0 commit comments

Comments
 (0)