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

Macro Definition Documentation

§ LIBAVRESAMPLE_VERSION

#define LIBAVRESAMPLE_VERSION
Value:
AV_VERSION(LIBAVRESAMPLE_VERSION_MAJOR, \
LIBAVRESAMPLE_VERSION_MINOR, \
LIBAVRESAMPLE_VERSION_MICRO)

§ LIBAVRESAMPLE_VERSION_INT

#define LIBAVRESAMPLE_VERSION_INT
Value:
AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \
LIBAVRESAMPLE_VERSION_MINOR, \
LIBAVRESAMPLE_VERSION_MICRO)