summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-07-23 14:00:31 -0300
committerJames Almer <jamrial@gmail.com>2020-07-23 14:00:31 -0300
commit84655b7101a02230db1b34c7f77bd5464c9501cd (patch)
treeed242acc681993f322529c698c8867942771d43b /doc/APIchanges
parent24911b92444f6cc7b63782987b5b05198e0e4fdf (diff)
avutil: bump version after addition of MIPS cpu flags
And add the missing doc/APIchanges entry. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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().