mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 11:00:08 +01:00
lavf: Bump minor version to distinguish branch and master version numbers
This enables checking for an API version not present in master that has avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
This commit is contained in:
@@ -16,7 +16,7 @@ API changes, most recent first:
|
|||||||
2012-03-04 - xxxxxxx - lavu 51.22.1 - error.h
|
2012-03-04 - xxxxxxx - lavu 51.22.1 - error.h
|
||||||
Add AVERROR_UNKNOWN
|
Add AVERROR_UNKNOWN
|
||||||
|
|
||||||
2012-02-29 - xxxxxxx - lavf 53.21.0
|
2012-02-29 - xxxxxxx - lavf 53.21.1
|
||||||
Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
|
Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
|
||||||
|
|
||||||
2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h
|
2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#define LIBAVFORMAT_VERSION_MAJOR 53
|
#define LIBAVFORMAT_VERSION_MAJOR 53
|
||||||
#define LIBAVFORMAT_VERSION_MINOR 21
|
#define LIBAVFORMAT_VERSION_MINOR 21
|
||||||
#define LIBAVFORMAT_VERSION_MICRO 0
|
#define LIBAVFORMAT_VERSION_MICRO 1
|
||||||
|
|
||||||
#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, \
|
||||||
|
|||||||
Reference in New Issue
Block a user