From c281d84b2020aebfa4120c0a2bf645ac8824aff6 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sun, 7 Mar 2021 00:20:15 +0100 Subject: [PATCH] avformat: add Changelog entry for librist and bump minor Signed-off-by: Marton Balint --- Changelog | 1 + libavformat/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 73deaf6b0f4..a96e350e096 100644 --- a/Changelog +++ b/Changelog @@ -82,6 +82,7 @@ version : - 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 6f55726afd1..e43754b069d 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, \ -- 2.39.2