We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef678f commit 0245e93Copy full SHA for 0245e93
doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
2
3
API changes, most recent first:
4
5
+2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h
6
+ Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE.
7
+
8
2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h
9
Add AV_PIX_FMT_AMF_SURFACE.
10
libavutil/version.h
@@ -79,7 +79,7 @@
79
*/
80
81
#define LIBAVUTIL_VERSION_MAJOR 59
82
-#define LIBAVUTIL_VERSION_MINOR 57
+#define LIBAVUTIL_VERSION_MINOR 58
83
#define LIBAVUTIL_VERSION_MICRO 100
84
85
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
0 commit comments