FFmpeg
Macros
version.h File Reference
#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBAVDEVICE_VERSION_MAJOR   58
 
#define LIBAVDEVICE_VERSION_MINOR   8
 
#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 version.h.

Macro Definition Documentation

◆ LIBAVDEVICE_VERSION_MAJOR

#define LIBAVDEVICE_VERSION_MAJOR   58

Definition at line 30 of file version.h.

◆ LIBAVDEVICE_VERSION_MINOR

#define LIBAVDEVICE_VERSION_MINOR   8

Definition at line 31 of file version.h.

◆ LIBAVDEVICE_VERSION_MICRO

#define LIBAVDEVICE_VERSION_MICRO   100

Definition at line 32 of file version.h.

◆ LIBAVDEVICE_VERSION_INT

#define LIBAVDEVICE_VERSION_INT

◆ LIBAVDEVICE_VERSION

#define LIBAVDEVICE_VERSION

◆ LIBAVDEVICE_BUILD

#define LIBAVDEVICE_BUILD   LIBAVDEVICE_VERSION_INT

Definition at line 40 of file version.h.

◆ LIBAVDEVICE_IDENT

#define LIBAVDEVICE_IDENT   "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION)

Definition at line 42 of file version.h.

AV_VERSION
#define AV_VERSION(a, b, c)
Definition: version.h:58
LIBAVDEVICE_VERSION_MICRO
#define LIBAVDEVICE_VERSION_MICRO
Definition: version.h:32
AV_VERSION_INT
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
LIBAVDEVICE_VERSION_MAJOR
#define LIBAVDEVICE_VERSION_MAJOR
Definition: version.h:30
LIBAVDEVICE_VERSION_MINOR
#define LIBAVDEVICE_VERSION_MINOR
Definition: version.h:31