[FFmpeg-cvslog] avutil: bump version after addition of MIPS cpu flags

James Almer git at videolan.org
Thu Jul 23 20:01:04 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jul 23 14:00:31 2020 -0300| [84655b7101a02230db1b34c7f77bd5464c9501cd] | committer: James Almer

avutil: bump version after addition of MIPS cpu flags

And add the missing doc/APIchanges entry.

Signed-off-by: James Almer <jamrial at gmail.com>

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

 doc/APIchanges      | 3 +++
 libavutil/version.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 3ed5a4276d..72a4833fbc 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2020-07-xx - xxxxxxxxxx - lavu 56.57.100 - cpu.h
+  Add AV_CPU_FLAG_MMI and AV_CPU_FLAG_MSA.
+
 2020-07-xx - xxxxxxxxxx - lavu 56.56.100 - imgutils.h
   Add av_image_fill_plane_sizes().
 
diff --git a/libavutil/version.h b/libavutil/version.h
index a63f79feb1..975fb87f31 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  56
-#define LIBAVUTIL_VERSION_MINOR  56
+#define LIBAVUTIL_VERSION_MINOR  57
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list