diff options
author | James Almer <jamrial@gmail.com> | 2020-05-17 16:04:02 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-05-17 16:05:15 -0300 |
commit | 84af196c65865a99be6f3adb92cdea9d69686526 (patch) | |
tree | 54b7a854ef4eed227a425756eef32682ab0aec7d /doc/APIchanges | |
parent | cd74af14162c803f18e90bb12b52135e893d990c (diff) | |
download | ffmpeg-84af196c65865a99be6f3adb92cdea9d69686526.tar.gz |
avutil: bump version after addition of av_sat_add64 and av_sat_sub64
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 e13138b8b9..986ca9f206 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-05-xx - xxxxxxxxxx - lavu 56.46.100 - common.h + Add av_sat_add64() and av_sat_sub64() + 2020-xx-xx - xxxxxxxxxx - lavu 56.45.100 - video_enc_params.h lavc 58.84.100 - avcodec.h Add a new API for exporting video encoding information. |