[FFmpeg-cvslog] libavutil: Add version bump for new aarch64 cpu flags

Martin Storsjö git at videolan.org
Sat Jun 10 00:22:37 EEST 2023


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Jun  7 21:56:56 2023 +0300| [d78bffbf3df1f040c30af7b74113ef74cf10d5e9] | committer: Martin Storsjö

libavutil: Add version bump for new aarch64 cpu flags

This was missed in 397cb623c85a515663f410821ba2dded3404112f.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d78bffbf3df1f040c30af7b74113ef74cf10d5e9
---

 libavutil/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/version.h b/libavutil/version.h
index 0d8434493f..dbdf0bd64a 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  58
-#define LIBAVUTIL_VERSION_MINOR  12
+#define LIBAVUTIL_VERSION_MINOR  13
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list