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

Libavfilter version macros. More...

#include "libavutil/avutil.h"

Go to the source code of this file.

Macros

#define LIBAVFILTER_VERSION_MAJOR   3
 
#define LIBAVFILTER_VERSION_MINOR   42
 
#define LIBAVFILTER_VERSION_MICRO   103
 
#define LIBAVFILTER_VERSION_INT
 
#define LIBAVFILTER_VERSION
 
#define LIBAVFILTER_BUILD   LIBAVFILTER_VERSION_INT
 
#define LIBAVFILTER_IDENT   "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)
 
#define FF_API_AVFILTERPAD_PUBLIC   (LIBAVFILTER_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_FOO_COUNT   (LIBAVFILTER_VERSION_MAJOR < 4)
 
#define FF_API_FILL_FRAME   (LIBAVFILTER_VERSION_MAJOR < 4)
 
#define FF_API_BUFFERSRC_BUFFER   (LIBAVFILTER_VERSION_MAJOR < 4)
 

Detailed Description

Libavfilter version macros.

Definition in file version.h.

Macro Definition Documentation

#define LIBAVFILTER_VERSION_MAJOR   3

Definition at line 31 of file version.h.

#define LIBAVFILTER_VERSION_MINOR   42

Definition at line 32 of file version.h.

#define LIBAVFILTER_VERSION_MICRO   103

Definition at line 33 of file version.h.

Referenced by avfilter_version().

#define LIBAVFILTER_VERSION_INT
#define LIBAVFILTER_VERSION
#define LIBAVFILTER_BUILD   LIBAVFILTER_VERSION_INT

Definition at line 41 of file version.h.

#define LIBAVFILTER_IDENT   "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)

Definition at line 43 of file version.h.

#define FF_API_AVFILTERPAD_PUBLIC   (LIBAVFILTER_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 52 of file version.h.

#define FF_API_FOO_COUNT   (LIBAVFILTER_VERSION_MAJOR < 4)

Definition at line 55 of file version.h.

#define FF_API_FILL_FRAME   (LIBAVFILTER_VERSION_MAJOR < 4)

Definition at line 58 of file version.h.

#define FF_API_BUFFERSRC_BUFFER   (LIBAVFILTER_VERSION_MAJOR < 4)

Definition at line 61 of file version.h.