[FFmpeg-devel] [PATCH 7/7] avformat: add Changelog entry for librist and bump minor
Marton Balint
cus at passwd.hu
Sun Mar 7 01:26:19 EET 2021
Signed-off-by: Marton Balint <cus at passwd.hu>
---
Changelog | 1 +
libavformat/version.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index b28a8c59f1..b4d3258be7 100644
--- a/Changelog
+++ b/Changelog
@@ -81,6 +81,7 @@ version <next>:
- TTML subtitle encoder and muxer
- identity video filter
- msad video filter
+- RIST protocol via librist
version 4.3:
diff --git a/libavformat/version.h b/libavformat/version.h
index a05676d979..2a2804582c 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 71
+#define LIBAVFORMAT_VERSION_MINOR 72
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
--
2.26.2
More information about the ffmpeg-devel
mailing list