avformat: bump version for enhanced flv

This commit is contained in:
Timo Rothenpieler 2024-12-27 20:15:27 +01:00
parent 770f0a2434
commit 5f38c82536
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ version <next>:
- OpenMAX encoders deprecated - OpenMAX encoders deprecated
- libx265 alpha layer encoding - libx265 alpha layer encoding
- ADPCM IMA Xbox decoder - ADPCM IMA Xbox decoder
- Enhanced FLV v2: Multitrack audio/video, modern codec support
version 7.1: version 7.1:
- Raw Captions with Time (RCWT) closed caption demuxer - Raw Captions with Time (RCWT) closed caption demuxer

View file

@ -32,7 +32,7 @@
#include "version_major.h" #include "version_major.h"
#define LIBAVFORMAT_VERSION_MINOR 9 #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, \ #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \ LIBAVFORMAT_VERSION_MINOR, \