[FFmpeg-cvslog] avformat: bump version for enhanced flv

Timo Rothenpieler git at videolan.org
Fri Dec 27 21:26:08 EET 2024


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Fri Dec 27 20:15:27 2024 +0100| [5f38c825367d205e969ecc013a0433adf0f7972b] | committer: Timo Rothenpieler

avformat: bump version for enhanced flv

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f38c825367d205e969ecc013a0433adf0f7972b
---

 Changelog             | 1 +
 libavformat/version.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index 779bb2c8bf..40dec96e9c 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
 - OpenMAX encoders deprecated
 - libx265 alpha layer encoding
 - ADPCM IMA Xbox decoder
+- Enhanced FLV v2: Multitrack audio/video, modern codec support
 
 version 7.1:
 - Raw Captions with Time (RCWT) closed caption demuxer
diff --git a/libavformat/version.h b/libavformat/version.h
index cf0489562e..970030308b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@
 #include "version_major.h"
 
 #define LIBAVFORMAT_VERSION_MINOR   9
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MICRO 102
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list