diff options
author | Lynne <dev@lynne.ee> | 2024-06-02 19:05:28 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-06-02 19:19:25 +0200 |
commit | 63e166d8028becb0fceff1648c17da9d3b0968dd (patch) | |
tree | 7ac1e20c0e238e4d32e15d0ac2e5ef8ecad47df6 /libavutil | |
parent | 24d3291f7c82bf0459b717d9196c76b4a394c00a (diff) | |
download | ffmpeg-63e166d8028becb0fceff1648c17da9d3b0968dd.tar.gz |
lavu: bump minor and add APIchanges entries for the new channel positions
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 9c7146c228..9d08d56884 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 59 -#define LIBAVUTIL_VERSION_MINOR 20 +#define LIBAVUTIL_VERSION_MINOR 21 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |