Version and Build diagnostics
[Other]

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   32
#define LIBAVUTIL_VERSION_MICRO   0
#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

#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT

Definition at line 165 of file avutil.h.

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Definition at line 167 of file avutil.h.

#define LIBAVUTIL_VERSION

#define LIBAVUTIL_VERSION_MAJOR   51

Definition at line 155 of file avutil.h.

#define LIBAVUTIL_VERSION_MICRO   0

Definition at line 157 of file avutil.h.

#define LIBAVUTIL_VERSION_MINOR   32

Definition at line 156 of file avutil.h.


Function Documentation

const char* avutil_configuration ( void   ) 

Return the libavutil build-time configuration.

Definition at line 39 of file utils.c.

const char* avutil_license ( void   ) 

Return the libavutil license.

Definition at line 44 of file utils.c.

unsigned avutil_version ( void   ) 

Return the LIBAVUTIL_VERSION_INT constant.

Definition at line 29 of file utils.c.


Generated on Fri Oct 26 02:43:54 2012 for FFmpeg by  doxygen 1.5.8