aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-06-11 13:42:17 -0300
committerJames Almer <jamrial@gmail.com>2024-06-13 20:35:57 -0300
commit39c90d6466a675fb363746a6b0f3b09906ca1f0e (patch)
tree20e1415e94f98b595d1abee38a686613b3e3730a /doc/APIchanges
parentcdd139d760688b14849d02ee1907f68fe692c24e (diff)
downloadffmpeg-39c90d6466a675fb363746a6b0f3b09906ca1f0e.tar.gz
avutil: rename av_mod_uintp2 to av_zero_extend
It's more descriptive of what it does. 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 891eaebf1a..193e39ad4f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-06-13 - xxxxxxxxxx - lavu 59.22.100 - common.h
+ Deprecate av_mod_uintp2[_c]() and replace it with av_zero_extend[_c]().
+
2024-06-08 - xxxxxxxxxx - lavc 61.7.100 - defs.h
Add AV_PROFILE_AAC_USAC.