]> git.sesse.net Git - ffmpeg/commitdiff
avutil: bump version after addition of MIPS cpu flags
authorJames Almer <jamrial@gmail.com>
Thu, 23 Jul 2020 17:00:31 +0000 (14:00 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 23 Jul 2020 17:00:31 +0000 (14:00 -0300)
And add the missing doc/APIchanges entry.

Signed-off-by: James Almer <jamrial@gmail.com>
doc/APIchanges
libavutil/version.h

index 3ed5a4276d5ae164f89fce3d5536e37ac7477b76..72a4833fbc6a417c662b760c1939cacbe79d131d 100644 (file)
@@ -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().
 
index a63f79feb19e2b54880933ebaa4809fa41935dfe..975fb87f3180a016e21e1b09a1ad45bc72fa02ee 100644 (file)
@@ -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, \