diff options
author | James Almer <jamrial@gmail.com> | 2024-06-11 13:42:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-06-13 20:35:57 -0300 |
commit | 39c90d6466a675fb363746a6b0f3b09906ca1f0e (patch) | |
tree | 20e1415e94f98b595d1abee38a686613b3e3730a /doc/APIchanges | |
parent | cdd139d760688b14849d02ee1907f68fe692c24e (diff) | |
download | ffmpeg-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/APIchanges | 3 |
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. |