Go to the documentation of this file.
19 #ifndef SWSCALE_VERSION_H
20 #define SWSCALE_VERSION_H
29 #define LIBSWSCALE_VERSION_MAJOR 3
30 #define LIBSWSCALE_VERSION_MINOR 1
31 #define LIBSWSCALE_VERSION_MICRO 101
33 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
34 LIBSWSCALE_VERSION_MINOR, \
35 LIBSWSCALE_VERSION_MICRO)
36 #define LIBSWSCALE_VERSION AV_VERSION(LIBSWSCALE_VERSION_MAJOR, \
37 LIBSWSCALE_VERSION_MINOR, \
38 LIBSWSCALE_VERSION_MICRO)
39 #define LIBSWSCALE_BUILD LIBSWSCALE_VERSION_INT
41 #define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)
49 #ifndef FF_API_SWS_CPU_CAPS
50 #define FF_API_SWS_CPU_CAPS (LIBSWSCALE_VERSION_MAJOR < 4)
52 #ifndef FF_API_ARCH_BFIN
53 #define FF_API_ARCH_BFIN (LIBSWSCALE_VERSION_MAJOR < 4)