[FFmpeg-cvslog] avutil: bump version after addition of av_sat_add64 and av_sat_sub64
James Almer
git at videolan.org
Sun May 17 22:05:37 EEST 2020
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun May 17 16:04:02 2020 -0300| [84af196c65865a99be6f3adb92cdea9d69686526] | committer: James Almer
avutil: bump version after addition of av_sat_add64 and av_sat_sub64
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84af196c65865a99be6f3adb92cdea9d69686526
---
doc/APIchanges | 3 +++
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
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.
diff --git a/libavutil/version.h b/libavutil/version.h
index 77592fcd8e..de53229068 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 56
-#define LIBAVUTIL_VERSION_MINOR 45
+#define LIBAVUTIL_VERSION_MINOR 46
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list