]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/version.h
libswscale: Remove unused deprecated functions, make used ones static
[ffmpeg] / libswscale / version.h
index edc133b2339e51d7ccb17cd54b1e455d87a8751c..f7bade61ca2ea083a632b5ba79e3c5cefdbd456a 100644 (file)
@@ -27,8 +27,8 @@
 #include "libavutil/version.h"
 
 #define LIBSWSCALE_VERSION_MAJOR   5
-#define LIBSWSCALE_VERSION_MINOR   0
-#define LIBSWSCALE_VERSION_MICRO 102
+#define LIBSWSCALE_VERSION_MINOR  10
+#define LIBSWSCALE_VERSION_MICRO 100
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
                                                LIBSWSCALE_VERSION_MINOR, \
@@ -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 */