Go to the documentation of this file.
   19 #ifndef SWSCALE_VERSION_H 
   20 #define SWSCALE_VERSION_H 
   31 #define LIBSWSCALE_VERSION_MINOR   1 
   32 #define LIBSWSCALE_VERSION_MICRO 100 
   34 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ 
   35                                                LIBSWSCALE_VERSION_MINOR, \ 
   36                                                LIBSWSCALE_VERSION_MICRO) 
   37 #define LIBSWSCALE_VERSION      AV_VERSION(LIBSWSCALE_VERSION_MAJOR, \ 
   38                                            LIBSWSCALE_VERSION_MINOR, \ 
   39                                            LIBSWSCALE_VERSION_MICRO) 
   40 #define LIBSWSCALE_BUILD        LIBSWSCALE_VERSION_INT 
   42 #define LIBSWSCALE_IDENT        "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)