diff options
author | Lynne <dev@lynne.ee> | 2023-05-28 04:43:55 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:42:02 +0200 |
commit | b3fb73af6b414a9ef1f9b37fd49f302e39f31cf2 (patch) | |
tree | 1e2ac4bfa663001d42aca44faa3f3efeda0a1025 | |
parent | f701f088f4eedf86a51920cdbdddcd9895615d40 (diff) | |
download | ffmpeg-b3fb73af6b414a9ef1f9b37fd49f302e39f31cf2.tar.gz |
swscale: bump minor for implementing support for the new pixfmts
-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 79f5c69f1c..51eb013a29 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 2 +#define LIBSWSCALE_VERSION_MINOR 3 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |