libavresample/version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBAVRESAMPLE_VERSION_MAJOR   1
 
#define LIBAVRESAMPLE_VERSION_MINOR   1
 
#define LIBAVRESAMPLE_VERSION_MICRO   0
 
#define LIBAVRESAMPLE_VERSION_INT
 
#define LIBAVRESAMPLE_VERSION
 
#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT
 
#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)
 
#define FF_API_RESAMPLE_CLOSE_OPEN   (LIBAVRESAMPLE_VERSION_MAJOR < 2)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More...
 

Macro Definition Documentation

#define FF_API_RESAMPLE_CLOSE_OPEN   (LIBAVRESAMPLE_VERSION_MAJOR < 2)

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 43 of file libavresample/version.h.

#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT

Definition at line 32 of file libavresample/version.h.

#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)

Definition at line 34 of file libavresample/version.h.

#define LIBAVRESAMPLE_VERSION
Value:
#define LIBAVRESAMPLE_VERSION_MICRO
#define AV_VERSION(a, b, c)
#define LIBAVRESAMPLE_VERSION_MINOR
#define LIBAVRESAMPLE_VERSION_MAJOR

Definition at line 29 of file libavresample/version.h.

#define LIBAVRESAMPLE_VERSION_INT
Value:
#define LIBAVRESAMPLE_VERSION_MICRO
#define AV_VERSION_INT(a, b, c)
#define LIBAVRESAMPLE_VERSION_MINOR
#define LIBAVRESAMPLE_VERSION_MAJOR

Definition at line 26 of file libavresample/version.h.

Referenced by avresample_version().

#define LIBAVRESAMPLE_VERSION_MAJOR   1

Definition at line 22 of file libavresample/version.h.

#define LIBAVRESAMPLE_VERSION_MICRO   0

Definition at line 24 of file libavresample/version.h.

#define LIBAVRESAMPLE_VERSION_MINOR   1

Definition at line 23 of file libavresample/version.h.