FFmpeg
Macros
version.h File Reference
#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBAVRESAMPLE_VERSION_MAJOR   4
 
#define LIBAVRESAMPLE_VERSION_MINOR   0
 
#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)
 

Detailed Description

Libavresample version macros.

Definition in file version.h.

Macro Definition Documentation

◆ LIBAVRESAMPLE_VERSION_MAJOR

#define LIBAVRESAMPLE_VERSION_MAJOR   4

Definition at line 30 of file version.h.

◆ LIBAVRESAMPLE_VERSION_MINOR

#define LIBAVRESAMPLE_VERSION_MINOR   0

Definition at line 31 of file version.h.

◆ LIBAVRESAMPLE_VERSION_MICRO

#define LIBAVRESAMPLE_VERSION_MICRO   0

Definition at line 32 of file version.h.

◆ LIBAVRESAMPLE_VERSION_INT

#define LIBAVRESAMPLE_VERSION_INT

◆ LIBAVRESAMPLE_VERSION

#define LIBAVRESAMPLE_VERSION

◆ LIBAVRESAMPLE_BUILD

#define LIBAVRESAMPLE_BUILD   LIBAVRESAMPLE_VERSION_INT

Definition at line 40 of file version.h.

◆ LIBAVRESAMPLE_IDENT

#define LIBAVRESAMPLE_IDENT   "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)

Definition at line 42 of file version.h.

AV_VERSION
#define AV_VERSION(a, b, c)
Definition: version.h:58
AV_VERSION_INT
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
LIBAVRESAMPLE_VERSION_MICRO
#define LIBAVRESAMPLE_VERSION_MICRO
Definition: version.h:32
LIBAVRESAMPLE_VERSION_MINOR
#define LIBAVRESAMPLE_VERSION_MINOR
Definition: version.h:31
LIBAVRESAMPLE_VERSION_MAJOR
#define LIBAVRESAMPLE_VERSION_MAJOR
Definition: version.h:30