FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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   0
 
#define LIBSWRESAMPLE_VERSION_MINOR   17
 
#define LIBSWRESAMPLE_VERSION_MICRO   102
 
#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.

Definition in file version.h.

Macro Definition Documentation

#define LIBSWRESAMPLE_VERSION_MAJOR   0

Definition at line 31 of file version.h.

#define LIBSWRESAMPLE_VERSION_MINOR   17

Definition at line 32 of file version.h.

#define LIBSWRESAMPLE_VERSION_MICRO   102

Definition at line 33 of file version.h.

Referenced by swresample_version().

#define LIBSWRESAMPLE_VERSION_INT
#define LIBSWRESAMPLE_VERSION
#define LIBSWRESAMPLE_BUILD   LIBSWRESAMPLE_VERSION_INT

Definition at line 41 of file version.h.

#define LIBSWRESAMPLE_IDENT   "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION)

Definition at line 43 of file version.h.