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
- 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

View File

@ -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, \