FFmpeg
Macros
version.h File Reference
#include "libavutil/version.h"

Go to the source code of this file.

Macros

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

Detailed Description

swscale version macros

Definition in file version.h.

Macro Definition Documentation

◆ LIBSWSCALE_VERSION_MAJOR

#define LIBSWSCALE_VERSION_MAJOR   5

Definition at line 29 of file version.h.

◆ LIBSWSCALE_VERSION_MINOR

#define LIBSWSCALE_VERSION_MINOR   5

Definition at line 30 of file version.h.

◆ LIBSWSCALE_VERSION_MICRO

#define LIBSWSCALE_VERSION_MICRO   100

Definition at line 31 of file version.h.

◆ LIBSWSCALE_VERSION_INT

#define LIBSWSCALE_VERSION_INT

◆ LIBSWSCALE_VERSION

#define LIBSWSCALE_VERSION

◆ LIBSWSCALE_BUILD

#define LIBSWSCALE_BUILD   LIBSWSCALE_VERSION_INT

Definition at line 39 of file version.h.

◆ LIBSWSCALE_IDENT

#define LIBSWSCALE_IDENT   "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)

Definition at line 41 of file version.h.

◆ FF_API_SWS_VECTOR

#define FF_API_SWS_VECTOR   (LIBSWSCALE_VERSION_MAJOR < 6)

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.

AV_VERSION
#define AV_VERSION(a, b, c)
Definition: version.h:58
LIBSWSCALE_VERSION_MINOR
#define LIBSWSCALE_VERSION_MINOR
Definition: version.h:30
AV_VERSION_INT
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
LIBSWSCALE_VERSION_MAJOR
#define LIBSWSCALE_VERSION_MAJOR
Definition: version.h:29
LIBSWSCALE_VERSION_MICRO
#define LIBSWSCALE_VERSION_MICRO
Definition: version.h:31