FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros

Libavdevice version macros. More...

#include "libavutil/version.h"

Go to the source code of this file.

Macros

#define LIBAVDEVICE_VERSION_MAJOR   56
 
#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 version.h.

Macro Definition Documentation

#define LIBAVDEVICE_VERSION_MAJOR   56

Definition at line 30 of file version.h.

#define LIBAVDEVICE_VERSION_MINOR   0

Definition at line 31 of file version.h.

#define LIBAVDEVICE_VERSION_MICRO   100

Definition at line 32 of file version.h.

Referenced by avdevice_version().

#define LIBAVDEVICE_VERSION_INT
#define LIBAVDEVICE_VERSION
#define LIBAVDEVICE_BUILD   LIBAVDEVICE_VERSION_INT

Definition at line 40 of file version.h.

#define LIBAVDEVICE_IDENT   "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION)

Definition at line 42 of file version.h.