diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-06-24 13:11:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-09-06 09:16:52 +0200 |
commit | 42cd64c1826d74ce523eb07c7f0910e8f0ade084 (patch) | |
tree | a08bc88dbab45f1ac1f27b393eef3f321937e37b /libswscale/version.h | |
parent | 3c659f861856d751fe3aa1358b1cccff3117f948 (diff) | |
download | ffmpeg-42cd64c1826d74ce523eb07c7f0910e8f0ade084.tar.gz |
sws: add a new scaling API
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index f86a8049c1..0d3b7cf363 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 6 -#define LIBSWSCALE_VERSION_MINOR 0 +#define LIBSWSCALE_VERSION_MINOR 1 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |