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

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.
 

Macro Definition Documentation

#define LIBAVRESAMPLE_VERSION_MAJOR   1

Definition at line 22 of file version.h.

#define LIBAVRESAMPLE_VERSION_MINOR   1

Definition at line 23 of file version.h.

#define LIBAVRESAMPLE_VERSION_MICRO   0

Definition at line 24 of file version.h.

#define LIBAVRESAMPLE_VERSION_INT
#define LIBAVRESAMPLE_VERSION
#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT

Definition at line 32 of file version.h.

#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)

Definition at line 34 of file version.h.

#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 version.h.