X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libswscale%2Fversion.h;h=f7bade61ca2ea083a632b5ba79e3c5cefdbd456a;hb=ea2d9b7a2e02861ea680f91404414955f55a294c;hp=a07bd717c8e60ebd6d3e50639a7a1ef452efcef3;hpb=1b98bfb932ad36667ea7f18e24c54978623f6654;p=ffmpeg diff --git a/libswscale/version.h b/libswscale/version.h index a07bd717c8e..f7bade61ca2 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -27,7 +27,7 @@ #include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 5 -#define LIBSWSCALE_VERSION_MINOR 2 +#define LIBSWSCALE_VERSION_MINOR 10 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ @@ -46,8 +46,4 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_SWS_VECTOR -#define FF_API_SWS_VECTOR (LIBSWSCALE_VERSION_MAJOR < 6) -#endif - #endif /* SWSCALE_VERSION_H */