FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
version.h File Reference

swscale version macros More...

#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBSWSCALE_VERSION_MAJOR   3
 
#define LIBSWSCALE_VERSION_MINOR   0
 
#define LIBSWSCALE_VERSION_MICRO   100
 
#define LIBSWSCALE_VERSION_INT
 
#define LIBSWSCALE_VERSION
 
#define LIBSWSCALE_BUILD   LIBSWSCALE_VERSION_INT
 
#define LIBSWSCALE_IDENT   "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)
 
#define FF_API_SWS_CPU_CAPS   (LIBSWSCALE_VERSION_MAJOR < 4)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
 
#define FF_API_SWS_FORMAT_NAME   (LIBSWSCALE_VERSION_MAJOR < 3)
 
#define FF_API_ARCH_BFIN   (LIBSWSCALE_VERSION_MAJOR < 4)
 

Detailed Description

swscale version macros

Definition in file version.h.

Macro Definition Documentation

#define LIBSWSCALE_VERSION_MAJOR   3

Definition at line 29 of file version.h.

#define LIBSWSCALE_VERSION_MINOR   0

Definition at line 30 of file version.h.

#define LIBSWSCALE_VERSION_MICRO   100

Definition at line 31 of file version.h.

Referenced by swscale_version().

#define LIBSWSCALE_VERSION_INT
#define LIBSWSCALE_VERSION
#define LIBSWSCALE_BUILD   LIBSWSCALE_VERSION_INT

Definition at line 39 of file version.h.

#define LIBSWSCALE_IDENT   "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)

Definition at line 41 of file version.h.

#define FF_API_SWS_CPU_CAPS   (LIBSWSCALE_VERSION_MAJOR < 4)

FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.

The defines themselves are not part of the public API and may change, break or disappear at any time.

Definition at line 50 of file version.h.

#define FF_API_SWS_FORMAT_NAME   (LIBSWSCALE_VERSION_MAJOR < 3)

Definition at line 53 of file version.h.

#define FF_API_ARCH_BFIN   (LIBSWSCALE_VERSION_MAJOR < 4)

Definition at line 56 of file version.h.