diff options
author | Lynne <dev@lynne.ee> | 2025-08-08 00:57:11 +0900 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-08-08 01:06:11 +0900 |
commit | 83b36f541081b30de4e0e349c33d09e6a11a945b (patch) | |
tree | b581ad0a1b23816db7ecb56f336301420f463e42 | |
parent | 5ff2886e9ab33c8c1c66b180b388c847ab301931 (diff) | |
download | ffmpeg-83b36f541081b30de4e0e349c33d09e6a11a945b.tar.gz |
lavc: bump minor version and add APIChanges entry for ProRes RAW
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | libavcodec/version.h | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1d8ba76c3d..4f7723506e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-08-08 - xxxxxxxxxx - lavc 62.9.100 - codec_id.h + Add AV_CODEC_ID_PRORES_RAW. + 2025-07-31 - xxxxxxxxxx - lavu 60.7.100 - spherical.h Add AV_SPHERICAL_PARAMETRIC_IMMERSIVE. diff --git a/libavcodec/version.h b/libavcodec/version.h index fb4cb6c86b..230d5fa13e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 8 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |