Version and Build diagnostics

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

Modules

 Deprecation guards
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
 
 Media Type
 Media Type.
 

Macros

#define LIBAVUTIL_VERSION_MAJOR   52
 
#define LIBAVUTIL_VERSION_MINOR   3
 
#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. More...
 
const char * avutil_configuration (void)
 Return the libavutil build-time configuration. More...
 
const char * avutil_license (void)
 Return the libavutil license. More...
 

Detailed Description

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

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

Macro Definition Documentation

#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT

Definition at line 49 of file version.h.

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Definition at line 51 of file version.h.

#define LIBAVUTIL_VERSION
#define LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_VERSION_MAJOR   52

Definition at line 39 of file version.h.

#define LIBAVUTIL_VERSION_MICRO   0

Definition at line 41 of file version.h.

#define LIBAVUTIL_VERSION_MINOR   3

Definition at line 40 of file version.h.

Function Documentation

const char* avutil_configuration ( void  )

Return the libavutil build-time configuration.

Definition at line 32 of file utils.c.

const char* avutil_license ( void  )

Return the libavutil license.

Definition at line 37 of file utils.c.

unsigned avutil_version ( void  )

Return the LIBAVUTIL_VERSION_INT constant.

Definition at line 27 of file utils.c.