diff options
author | Niklas Haas <git@haasn.dev> | 2024-10-14 15:16:26 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-10-23 23:06:55 +0200 |
commit | b03c758600f0767d54ae663dadc8f698b79cd1c4 (patch) | |
tree | d6af910da7be33f57e5a9ad27ac87237ddd92bd4 /libswscale/version.h | |
parent | 5e50a56b9c4998838005ddaaed1422a9d717c50f (diff) | |
download | ffmpeg-b03c758600f0767d54ae663dadc8f698b79cd1c4.tar.gz |
swscale: add sws_is_noop()
Exactly what it says on the tin.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
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 c0610fec1e..109bb5cfd9 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 8 +#define LIBSWSCALE_VERSION_MINOR 9 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |