diff options
author | Lynne <dev@lynne.ee> | 2021-04-19 22:15:34 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2021-04-24 17:17:28 +0200 |
commit | 18af1ea8d14dd0a6aee4ff4542a4f89b63d89dd4 (patch) | |
tree | 66353c9642c5260d32d17c574b09ffca6a0eea90 /libavutil/version.h | |
parent | 0072a4238817c18e31e1f59cf8ec9a30bdf42a5c (diff) | |
download | ffmpeg-18af1ea8d14dd0a6aee4ff4542a4f89b63d89dd4.tar.gz |
lavu: bump minor and add APIchanges entry for the lavu/tx changes
Diffstat (limited to 'libavutil/version.h')
-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 658bcd402e..fb6700511b 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 56 -#define LIBAVUTIL_VERSION_MINOR 73 +#define LIBAVUTIL_VERSION_MINOR 74 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |