1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts

This commit is contained in:
Lynne
2025-03-01 13:25:29 +01:00
parent 0ef678f5c5
commit 0245e9382c
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first: API changes, most recent first:
2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h
Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE.
2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h 2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h
Add AV_PIX_FMT_AMF_SURFACE. Add AV_PIX_FMT_AMF_SURFACE.

View File

@ -79,7 +79,7 @@
*/ */
#define LIBAVUTIL_VERSION_MAJOR 59 #define LIBAVUTIL_VERSION_MAJOR 59
#define LIBAVUTIL_VERSION_MINOR 57 #define LIBAVUTIL_VERSION_MINOR 58
#define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \