Miam-Player  0.8.0
A nice music player
version.h File Reference

Go to the source code of this file.

Macros

#define LIBAVFILTER_VERSION_MAJOR   6
 
#define LIBAVFILTER_VERSION_MINOR   65
 
#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   (LIBAVFILTER_VERSION_MAJOR < 7)
 
#define FF_API_OLD_FILTER_OPTS_ERROR   (LIBAVFILTER_VERSION_MAJOR < 7)
 
#define FF_API_AVFILTER_OPEN   (LIBAVFILTER_VERSION_MAJOR < 7)
 
#define FF_API_AVFILTER_INIT_FILTER   (LIBAVFILTER_VERSION_MAJOR < 7)
 
#define FF_API_OLD_FILTER_REGISTER   (LIBAVFILTER_VERSION_MAJOR < 7)
 
#define FF_API_NOCONST_GET_NAME   (LIBAVFILTER_VERSION_MAJOR < 7)
 

Detailed Description

Libavfilter version macros

Macro Definition Documentation

#define FF_API_AVFILTER_INIT_FILTER   (LIBAVFILTER_VERSION_MAJOR < 7)
#define FF_API_AVFILTER_OPEN   (LIBAVFILTER_VERSION_MAJOR < 7)
#define FF_API_NOCONST_GET_NAME   (LIBAVFILTER_VERSION_MAJOR < 7)
#define FF_API_OLD_FILTER_OPTS   (LIBAVFILTER_VERSION_MAJOR < 7)

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.

#define FF_API_OLD_FILTER_OPTS_ERROR   (LIBAVFILTER_VERSION_MAJOR < 7)
#define FF_API_OLD_FILTER_REGISTER   (LIBAVFILTER_VERSION_MAJOR < 7)
#define LIBAVFILTER_BUILD   LIBAVFILTER_VERSION_INT
#define LIBAVFILTER_IDENT   "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)
#define LIBAVFILTER_VERSION
Value:
#define LIBAVFILTER_VERSION_MINOR
Definition: version.h:33
#define AV_VERSION(a, b, c)
Definition: version.h:58
#define LIBAVFILTER_VERSION_MAJOR
Definition: version.h:32
#define LIBAVFILTER_VERSION_MICRO
Definition: version.h:34
#define LIBAVFILTER_VERSION_INT
Value:
#define LIBAVFILTER_VERSION_MINOR
Definition: version.h:33
#define LIBAVFILTER_VERSION_MAJOR
Definition: version.h:32
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
#define LIBAVFILTER_VERSION_MICRO
Definition: version.h:34
#define LIBAVFILTER_VERSION_MAJOR   6
#define LIBAVFILTER_VERSION_MICRO   100
#define LIBAVFILTER_VERSION_MINOR   65