[FFmpeg-cvslog] lavu: bump minor and add APIChanges entry for RISC-V's RVBbasic
Lynne
git at videolan.org
Wed Oct 5 09:35:11 EEST 2022
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Oct 5 08:31:15 2022 +0200| [bd3e5525493c51b44f4bfcfad0f4902f4f955ab2] | committer: Lynne
lavu: bump minor and add APIChanges entry for RISC-V's RVBbasic
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd3e5525493c51b44f4bfcfad0f4902f4f955ab2
---
doc/APIchanges | 3 +++
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 6de3a88997..cbb579612e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-10-05 - 37d5ddc317 - lavu 57.39.100 - cpu.h
+ Add AV_CPU_FLAG_RVB_BASIC.
+
2022-10-03 - xxxxxxxxxx - lavf 59.34.100 - avio.h
Make AVIODirContext an opaque type in a future major version bump.
diff --git a/libavutil/version.h b/libavutil/version.h
index 5aca550f45..5f4d890499 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 38
+#define LIBAVUTIL_VERSION_MINOR 39
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list