libswscale/version.h File Reference

swscale version macros More...

#include "libavutil/avutil.h"
Include dependency graph for libswscale/version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBSWSCALE_VERSION_MAJOR   2
 
#define LIBSWSCALE_VERSION_MINOR   2
 
#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_GETCONTEXT   (LIBSWSCALE_VERSION_MAJOR < 3)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More...
 
#define FF_API_SWS_CPU_CAPS   (LIBSWSCALE_VERSION_MAJOR < 3)
 
#define FF_API_SWS_FORMAT_NAME   (LIBSWSCALE_VERSION_MAJOR < 3)
 

Detailed Description

swscale version macros

Definition in file libswscale/version.h.

Macro Definition Documentation

#define FF_API_SWS_CPU_CAPS   (LIBSWSCALE_VERSION_MAJOR < 3)

Definition at line 53 of file libswscale/version.h.

#define FF_API_SWS_FORMAT_NAME   (LIBSWSCALE_VERSION_MAJOR < 3)

Definition at line 56 of file libswscale/version.h.

#define FF_API_SWS_GETCONTEXT   (LIBSWSCALE_VERSION_MAJOR < 3)

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 libswscale/version.h.

#define LIBSWSCALE_BUILD   LIBSWSCALE_VERSION_INT

Definition at line 39 of file libswscale/version.h.

#define LIBSWSCALE_IDENT   "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)

Definition at line 41 of file libswscale/version.h.

#define LIBSWSCALE_VERSION
Value:
#define LIBSWSCALE_VERSION_MICRO
#define LIBSWSCALE_VERSION_MINOR
#define AV_VERSION(a, b, c)
#define LIBSWSCALE_VERSION_MAJOR

Definition at line 36 of file libswscale/version.h.

#define LIBSWSCALE_VERSION_INT
Value:
#define LIBSWSCALE_VERSION_MICRO
#define LIBSWSCALE_VERSION_MINOR
#define AV_VERSION_INT(a, b, c)
#define LIBSWSCALE_VERSION_MAJOR

Definition at line 33 of file libswscale/version.h.

Referenced by swscale_version().

#define LIBSWSCALE_VERSION_MAJOR   2

Definition at line 29 of file libswscale/version.h.

#define LIBSWSCALE_VERSION_MICRO   100

Definition at line 31 of file libswscale/version.h.

Referenced by swscale_version().

#define LIBSWSCALE_VERSION_MINOR   2

Definition at line 30 of file libswscale/version.h.