libavdevice/version.h File Reference

Libavdevice version macros. More...

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

Go to the source code of this file.

Macros

#define LIBAVDEVICE_VERSION_MAJOR   55
 
#define LIBAVDEVICE_VERSION_MINOR   0
 
#define LIBAVDEVICE_VERSION_MICRO   100
 
#define LIBAVDEVICE_VERSION_INT
 
#define LIBAVDEVICE_VERSION
 
#define LIBAVDEVICE_BUILD   LIBAVDEVICE_VERSION_INT
 
#define LIBAVDEVICE_IDENT   "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION)
 

Detailed Description

Libavdevice version macros.

Definition in file libavdevice/version.h.

Macro Definition Documentation

#define LIBAVDEVICE_BUILD   LIBAVDEVICE_VERSION_INT

Definition at line 40 of file libavdevice/version.h.

#define LIBAVDEVICE_IDENT   "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION)

Definition at line 42 of file libavdevice/version.h.

#define LIBAVDEVICE_VERSION
Value:
#define LIBAVDEVICE_VERSION_MAJOR
#define AV_VERSION(a, b, c)
#define LIBAVDEVICE_VERSION_MINOR
#define LIBAVDEVICE_VERSION_MICRO

Definition at line 37 of file libavdevice/version.h.

#define LIBAVDEVICE_VERSION_INT
Value:
#define LIBAVDEVICE_VERSION_MAJOR
#define AV_VERSION_INT(a, b, c)
#define LIBAVDEVICE_VERSION_MINOR
#define LIBAVDEVICE_VERSION_MICRO

Definition at line 34 of file libavdevice/version.h.

Referenced by avdevice_version().

#define LIBAVDEVICE_VERSION_MAJOR   55

Definition at line 30 of file libavdevice/version.h.

#define LIBAVDEVICE_VERSION_MICRO   100

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

Referenced by avdevice_version().

#define LIBAVDEVICE_VERSION_MINOR   0

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