Skip to content

Commit 0245e93

Browse files
committed
lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts
1 parent 0ef678f commit 0245e93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/APIchanges

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
22

33
API changes, most recent first:
44

5+
2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h
6+
Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE.
7+
58
2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h
69
Add AV_PIX_FMT_AMF_SURFACE.
710

libavutil/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
*/
8080

8181
#define LIBAVUTIL_VERSION_MAJOR 59
82-
#define LIBAVUTIL_VERSION_MINOR 57
82+
#define LIBAVUTIL_VERSION_MINOR 58
8383
#define LIBAVUTIL_VERSION_MICRO 100
8484

8585
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \

0 commit comments

Comments
 (0)