FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
version.h File Reference

Libpostproc version macros. More...

#include "libavutil/avutil.h"

Go to the source code of this file.

Macros

#define LIBPOSTPROC_VERSION_MAJOR   52
 
#define LIBPOSTPROC_VERSION_MINOR   2
 
#define LIBPOSTPROC_VERSION_MICRO   100
 
#define LIBPOSTPROC_VERSION_INT
 
#define LIBPOSTPROC_VERSION
 
#define LIBPOSTPROC_BUILD   LIBPOSTPROC_VERSION_INT
 
#define LIBPOSTPROC_IDENT   "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
 

Detailed Description

Libpostproc version macros.

Definition in file version.h.

Macro Definition Documentation

#define LIBPOSTPROC_VERSION_MAJOR   52

Definition at line 31 of file version.h.

#define LIBPOSTPROC_VERSION_MINOR   2

Definition at line 32 of file version.h.

#define LIBPOSTPROC_VERSION_MICRO   100

Definition at line 33 of file version.h.

Referenced by postproc_version().

#define LIBPOSTPROC_VERSION_INT
#define LIBPOSTPROC_VERSION
#define LIBPOSTPROC_BUILD   LIBPOSTPROC_VERSION_INT

Definition at line 41 of file version.h.

#define LIBPOSTPROC_IDENT   "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)

Definition at line 43 of file version.h.