FFmpeg  2.1.1
Macros
version.h File Reference

Libavresample version macros. More...

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

Detailed Description

Libavresample version macros.

Definition in file version.h.

Macro Definition Documentation

#define LIBAVRESAMPLE_VERSION_MAJOR   1

Definition at line 28 of file version.h.

#define LIBAVRESAMPLE_VERSION_MINOR   1

Definition at line 29 of file version.h.

#define LIBAVRESAMPLE_VERSION_MICRO   0

Definition at line 30 of file version.h.

#define LIBAVRESAMPLE_VERSION_INT
Value:
#define LIBAVRESAMPLE_VERSION_MICRO
Definition: version.h:30
#define AV_VERSION_INT(a, b, c)
Definition: avcodec.h:792
#define LIBAVRESAMPLE_VERSION_MINOR
Definition: version.h:29
#define LIBAVRESAMPLE_VERSION_MAJOR
Definition: version.h:28

Definition at line 32 of file version.h.

#define LIBAVRESAMPLE_VERSION
Value:
#define LIBAVRESAMPLE_VERSION_MICRO
Definition: version.h:30
#define AV_VERSION(a, b, c)
Definition: avcodec.h:794
#define LIBAVRESAMPLE_VERSION_MINOR
Definition: version.h:29
#define LIBAVRESAMPLE_VERSION_MAJOR
Definition: version.h:28

Definition at line 35 of file version.h.

#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT

Definition at line 38 of file version.h.

#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)

Definition at line 40 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 49 of file version.h.