]> git.sesse.net Git - ffmpeg/commitdiff
avformat: add Changelog entry for librist and bump minor
authorMarton Balint <cus@passwd.hu>
Sat, 6 Mar 2021 23:20:15 +0000 (00:20 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 13 Mar 2021 16:36:48 +0000 (17:36 +0100)
Signed-off-by: Marton Balint <cus@passwd.hu>
Changelog
libavformat/version.h

index 73deaf6b0f4358873aafdde856a0f2c9cbbe0f97..a96e350e096b55bf6544f0d1f228d9b01bf911cd 100644 (file)
--- 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:
index 6f55726afd14d1d570ac021514323204a20fb57c..e43754b069d4cdc78f2fcfbbbb04a449f1893417 100644 (file)
@@ -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, \