FFmpeg
Macros
version.h File Reference

Libavfilter version macros. More...

#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBAVFILTER_VERSION_MAJOR   7
 
#define LIBAVFILTER_VERSION_MINOR   16
 
#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.

Macro Definition Documentation

§ 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.

§ LIBAVFILTER_VERSION

#define LIBAVFILTER_VERSION
Value:
AV_VERSION(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
LIBAVFILTER_VERSION_MICRO)

§ LIBAVFILTER_VERSION_INT

#define LIBAVFILTER_VERSION_INT
Value:
AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
LIBAVFILTER_VERSION_MICRO)