FFmpeg
Macros
version.h File Reference

Libswresample version macros. More...

#include "libavutil/avutil.h"

Go to the source code of this file.

Macros

#define LIBSWRESAMPLE_VERSION_MAJOR   3
 
#define LIBSWRESAMPLE_VERSION_MINOR   1
 
#define LIBSWRESAMPLE_VERSION_MICRO   100
 
#define LIBSWRESAMPLE_VERSION_INT
 
#define LIBSWRESAMPLE_VERSION
 
#define LIBSWRESAMPLE_BUILD   LIBSWRESAMPLE_VERSION_INT
 
#define LIBSWRESAMPLE_IDENT   "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION)
 

Detailed Description

Libswresample version macros.

Macro Definition Documentation

§ LIBSWRESAMPLE_VERSION

#define LIBSWRESAMPLE_VERSION
Value:
AV_VERSION(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \
LIBSWRESAMPLE_VERSION_MICRO)

§ LIBSWRESAMPLE_VERSION_INT

#define LIBSWRESAMPLE_VERSION_INT
Value:
AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \
LIBSWRESAMPLE_VERSION_MICRO)