diff options
author | Niklas Haas <git@haasn.dev> | 2024-10-09 23:33:44 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-10-23 23:06:16 +0200 |
commit | 5e50a56b9c4998838005ddaaed1422a9d717c50f (patch) | |
tree | 39a0d0b52f8728778f61c72ba016f2762ff807ba /libswscale/version.h | |
parent | e2637a083ae2876d55adafad6bddf698fe09da3f (diff) | |
download | ffmpeg-5e50a56b9c4998838005ddaaed1422a9d717c50f.tar.gz |
swscale: add new frame testing API
Replacing the old sws_isSupported* API with a more consistent family
of functions that follows the same signature and naming convention,
including a placeholder for testing the color space parameters that
we don't currently implement conversions for.
These functions also perform some extra basic sanity checking.
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 4c6af261e6..c0610fec1e 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 7 +#define LIBSWSCALE_VERSION_MINOR 8 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |