FFmpeg
 All Data Structures Namespaces 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   55
 
#define LIBPOSTPROC_VERSION_MINOR   3
 
#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   55

Definition at line 31 of file version.h.

#define LIBPOSTPROC_VERSION_MINOR   3

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
Value:
#define LIBPOSTPROC_VERSION_MINOR
Definition: version.h:32
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
#define LIBPOSTPROC_VERSION_MAJOR
Definition: version.h:31
#define LIBPOSTPROC_VERSION_MICRO
Definition: version.h:33

Definition at line 35 of file version.h.

Referenced by postproc_version().

#define LIBPOSTPROC_VERSION
Value:
#define AV_VERSION(a, b, c)
Definition: version.h:58
#define LIBPOSTPROC_VERSION_MINOR
Definition: version.h:32
#define LIBPOSTPROC_VERSION_MAJOR
Definition: version.h:31
#define LIBPOSTPROC_VERSION_MICRO
Definition: version.h:33

Definition at line 38 of file version.h.

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