[FFmpeg-cvslog] avformat: add Changelog entry for librist and bump minor
Marton Balint
git at videolan.org
Sat Mar 13 20:43:51 EET 2021
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sun Mar 7 00:20:15 2021 +0100| [c281d84b2020aebfa4120c0a2bf645ac8824aff6] | committer: Marton Balint
avformat: add Changelog entry for librist and bump minor
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c281d84b2020aebfa4120c0a2bf645ac8824aff6
---
Changelog | 1 +
libavformat/version.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index 73deaf6b0f..a96e350e09 100644
--- a/Changelog
+++ b/Changelog
@@ -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, \
More information about the ffmpeg-cvslog
mailing list