diff options
author | Marton Balint <cus@passwd.hu> | 2021-03-07 00:20:15 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-03-13 17:36:48 +0100 |
commit | c281d84b2020aebfa4120c0a2bf645ac8824aff6 (patch) | |
tree | dd2c23ab737e2636507ef8003ebeede1b2230e7f | |
parent | 5bd1d0f4e7150b76f1a3922aefea507aa8a2dd06 (diff) | |
download | ffmpeg-c281d84b2020aebfa4120c0a2bf645ac8824aff6.tar.gz |
avformat: add Changelog entry for librist and bump minor
Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavformat/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -82,6 +82,7 @@ version <next>: - identity video filter - msad video filter - gophers protocol +- RIST protocol via librist version 4.3: diff --git a/libavformat/version.h b/libavformat/version.h index 6f55726afd..e43754b069 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -32,7 +32,7 @@ // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 -#define LIBAVFORMAT_VERSION_MINOR 73 +#define LIBAVFORMAT_VERSION_MINOR 74 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |