X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libswscale%2Fversion.h;h=f7bade61ca2ea083a632b5ba79e3c5cefdbd456a;hb=3749eede66c3774799766b1f246afae8a6ffc9bb;hp=a07bd717c8e60ebd6d3e50639a7a1ef452efcef3;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;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 */