Miam-Player  0.8.0
A nice music player
version.h File Reference
#include "libavutil/avutil.h"

Go to the source code of this file.

Macros

#define LIBSWRESAMPLE_VERSION_MAJOR   2
 
#define LIBSWRESAMPLE_VERSION_MINOR   3
 
#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_BUILD

#define LIBSWRESAMPLE_BUILD   LIBSWRESAMPLE_VERSION_INT

◆ LIBSWRESAMPLE_IDENT

#define LIBSWRESAMPLE_IDENT   "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION)

◆ LIBSWRESAMPLE_VERSION

#define LIBSWRESAMPLE_VERSION
Value:
#define LIBSWRESAMPLE_VERSION_MINOR
Definition: version.h:32
#define AV_VERSION(a, b, c)
Definition: version.h:58
#define LIBSWRESAMPLE_VERSION_MAJOR
Definition: version.h:31
#define LIBSWRESAMPLE_VERSION_MICRO
Definition: version.h:33

◆ LIBSWRESAMPLE_VERSION_INT

#define LIBSWRESAMPLE_VERSION_INT
Value:
#define LIBSWRESAMPLE_VERSION_MINOR
Definition: version.h:32
#define LIBSWRESAMPLE_VERSION_MAJOR
Definition: version.h:31
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
#define LIBSWRESAMPLE_VERSION_MICRO
Definition: version.h:33

◆ LIBSWRESAMPLE_VERSION_MAJOR

#define LIBSWRESAMPLE_VERSION_MAJOR   2

◆ LIBSWRESAMPLE_VERSION_MICRO

#define LIBSWRESAMPLE_VERSION_MICRO   100

◆ LIBSWRESAMPLE_VERSION_MINOR

#define LIBSWRESAMPLE_VERSION_MINOR   3