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   1
 
#define LIBSWSCALE_VERSION_MICRO   101
 
#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. More...
 
#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   1

Definition at line 30 of file version.h.

#define LIBSWSCALE_VERSION_MICRO   101

Definition at line 31 of file version.h.

Referenced by swscale_version().

#define LIBSWSCALE_VERSION_INT
Value:
#define LIBSWSCALE_VERSION_MICRO
Definition: version.h:31
#define LIBSWSCALE_VERSION_MINOR
Definition: version.h:30
#define AV_VERSION_INT(a, b, c)
Definition: version.h:35
#define LIBSWSCALE_VERSION_MAJOR
Definition: version.h:29

Definition at line 33 of file version.h.

Referenced by swscale_version().

#define LIBSWSCALE_VERSION
Value:
#define LIBSWSCALE_VERSION_MICRO
Definition: version.h:31
#define LIBSWSCALE_VERSION_MINOR
Definition: version.h:30
#define AV_VERSION(a, b, c)
Definition: version.h:37
#define LIBSWSCALE_VERSION_MAJOR
Definition: version.h:29

Definition at line 36 of file version.h.

#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_ARCH_BFIN   (LIBSWSCALE_VERSION_MAJOR < 4)

Definition at line 53 of file version.h.