Version and Build diagnostics

Macros and function useful to check at compiletime and at runtime which version of libavutil is in use. More...

Defines

#define LIBAVUTIL_VERSION_MAJOR   51
#define LIBAVUTIL_VERSION_MINOR   35
#define LIBAVUTIL_VERSION_MICRO   100
#define LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_VERSION
#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
#define LIBAVUTIL_VERSION_MAJOR   51
#define LIBAVUTIL_VERSION_MINOR   35
#define LIBAVUTIL_VERSION_MICRO   100
#define LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_VERSION
#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Functions

unsigned avutil_version (void)
 Return the LIBAVUTIL_VERSION_INT constant.
const char * avutil_configuration (void)
 Return the libavutil build-time configuration.
const char * avutil_license (void)
 Return the libavutil license.

Detailed Description

Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.


Define Documentation

Definition at line 166 of file avutil.h.

Definition at line 166 of file avutil.h.

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Definition at line 168 of file avutil.h.

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Definition at line 168 of file avutil.h.

#define LIBAVUTIL_VERSION_MAJOR   51

Definition at line 156 of file avutil.h.

#define LIBAVUTIL_VERSION_MAJOR   51

Definition at line 156 of file avutil.h.

#define LIBAVUTIL_VERSION_MICRO   100

Definition at line 158 of file avutil.h.

#define LIBAVUTIL_VERSION_MICRO   100

Definition at line 158 of file avutil.h.

Referenced by avutil_version().

#define LIBAVUTIL_VERSION_MINOR   35

Definition at line 157 of file avutil.h.

#define LIBAVUTIL_VERSION_MINOR   35

Definition at line 157 of file avutil.h.


Function Documentation

const char * avutil_configuration ( void  )

Return the libavutil build-time configuration.

Definition at line 40 of file utils.c.

const char * avutil_license ( void  )

Return the libavutil license.

Definition at line 45 of file utils.c.

unsigned avutil_version ( void  )

Return the LIBAVUTIL_VERSION_INT constant.

Definition at line 29 of file utils.c.