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

Libavresample version macros. More...

#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBAVRESAMPLE_VERSION_MAJOR   2
 
#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 < 3)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
 

Detailed Description

Libavresample version macros.

Definition in file version.h.

Macro Definition Documentation

#define LIBAVRESAMPLE_VERSION_MAJOR   2

Definition at line 30 of file version.h.

#define LIBAVRESAMPLE_VERSION_MINOR   1

Definition at line 31 of file version.h.

#define LIBAVRESAMPLE_VERSION_MICRO   0

Definition at line 32 of file version.h.

#define LIBAVRESAMPLE_VERSION_INT
#define LIBAVRESAMPLE_VERSION
#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT

Definition at line 40 of file version.h.

#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)

Definition at line 42 of file version.h.

#define FF_API_RESAMPLE_CLOSE_OPEN   (LIBAVRESAMPLE_VERSION_MAJOR < 3)

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 51 of file version.h.