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

Go to the source code of this file.

Macros

#define LIBAVFILTER_VERSION_MAJOR   7
 
#define LIBAVFILTER_VERSION_MINOR   57
 
#define LIBAVFILTER_VERSION_MICRO   100
 
#define LIBAVFILTER_VERSION_INT
 
#define LIBAVFILTER_VERSION
 
#define LIBAVFILTER_BUILD   LIBAVFILTER_VERSION_INT
 
#define LIBAVFILTER_IDENT   "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)
 
#define FF_API_OLD_FILTER_OPTS_ERROR   (LIBAVFILTER_VERSION_MAJOR < 8)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More...
 
#define FF_API_LAVR_OPTS   (LIBAVFILTER_VERSION_MAJOR < 8)
 
#define FF_API_FILTER_GET_SET   (LIBAVFILTER_VERSION_MAJOR < 8)
 
#define FF_API_NEXT   (LIBAVFILTER_VERSION_MAJOR < 8)
 

Detailed Description

Libavfilter version macros

Definition in file version.h.

Macro Definition Documentation

◆ LIBAVFILTER_VERSION_MAJOR

#define LIBAVFILTER_VERSION_MAJOR   7

Definition at line 32 of file version.h.

◆ LIBAVFILTER_VERSION_MINOR

#define LIBAVFILTER_VERSION_MINOR   57

Definition at line 33 of file version.h.

◆ LIBAVFILTER_VERSION_MICRO

#define LIBAVFILTER_VERSION_MICRO   100

Definition at line 34 of file version.h.

◆ LIBAVFILTER_VERSION_INT

#define LIBAVFILTER_VERSION_INT

◆ LIBAVFILTER_VERSION

#define LIBAVFILTER_VERSION

◆ LIBAVFILTER_BUILD

#define LIBAVFILTER_BUILD   LIBAVFILTER_VERSION_INT

Definition at line 43 of file version.h.

◆ LIBAVFILTER_IDENT

#define LIBAVFILTER_IDENT   "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)

Definition at line 45 of file version.h.

◆ FF_API_OLD_FILTER_OPTS_ERROR

#define FF_API_OLD_FILTER_OPTS_ERROR   (LIBAVFILTER_VERSION_MAJOR < 8)

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 54 of file version.h.

◆ FF_API_LAVR_OPTS

#define FF_API_LAVR_OPTS   (LIBAVFILTER_VERSION_MAJOR < 8)

Definition at line 57 of file version.h.

◆ FF_API_FILTER_GET_SET

#define FF_API_FILTER_GET_SET   (LIBAVFILTER_VERSION_MAJOR < 8)

Definition at line 60 of file version.h.

◆ FF_API_NEXT

#define FF_API_NEXT   (LIBAVFILTER_VERSION_MAJOR < 8)

Definition at line 63 of file version.h.

AV_VERSION
#define AV_VERSION(a, b, c)
Definition: version.h:58
AV_VERSION_INT
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
LIBAVFILTER_VERSION_MICRO
#define LIBAVFILTER_VERSION_MICRO
Definition: version.h:34
LIBAVFILTER_VERSION_MAJOR
#define LIBAVFILTER_VERSION_MAJOR
Definition: version.h:32
LIBAVFILTER_VERSION_MINOR
#define LIBAVFILTER_VERSION_MINOR
Definition: version.h:33