libpostproc/version.h File Reference

Libpostproc version macros. More...

#include "libavutil/avutil.h"
Include dependency graph for libpostproc/version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBPOSTPROC_VERSION_MAJOR   52
 
#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 libpostproc/version.h.

Macro Definition Documentation

#define LIBPOSTPROC_BUILD   LIBPOSTPROC_VERSION_INT

Definition at line 41 of file libpostproc/version.h.

#define LIBPOSTPROC_IDENT   "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)

Definition at line 43 of file libpostproc/version.h.

#define LIBPOSTPROC_VERSION
Value:
#define AV_VERSION(a, b, c)
#define LIBPOSTPROC_VERSION_MINOR
#define LIBPOSTPROC_VERSION_MAJOR
#define LIBPOSTPROC_VERSION_MICRO

Definition at line 38 of file libpostproc/version.h.

#define LIBPOSTPROC_VERSION_INT
Value:
#define LIBPOSTPROC_VERSION_MINOR
#define AV_VERSION_INT(a, b, c)
#define LIBPOSTPROC_VERSION_MAJOR
#define LIBPOSTPROC_VERSION_MICRO

Definition at line 35 of file libpostproc/version.h.

Referenced by postproc_version().

#define LIBPOSTPROC_VERSION_MAJOR   52

Definition at line 31 of file libpostproc/version.h.

#define LIBPOSTPROC_VERSION_MICRO   100

Definition at line 33 of file libpostproc/version.h.

Referenced by postproc_version().

#define LIBPOSTPROC_VERSION_MINOR   3

Definition at line 32 of file libpostproc/version.h.