Miam-Player  0.8.0
A nice music player
Version and Build diagnostics

Modules

 Deprecation Guards
 

Macros

#define LIBAVUTIL_VERSION_MAJOR   55
 
#define LIBAVUTIL_VERSION_MINOR   34
 
#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)
 
const char * av_version_info (void)
 
const char * avutil_configuration (void)
 
const char * avutil_license (void)
 

Detailed Description

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

Macro Definition Documentation

◆ LIBAVUTIL_BUILD

#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT

◆ LIBAVUTIL_IDENT

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

◆ LIBAVUTIL_VERSION

#define LIBAVUTIL_VERSION
Value:
#define LIBAVUTIL_VERSION_MAJOR
Definition: version.h:81
#define AV_VERSION(a, b, c)
Definition: version.h:58
#define LIBAVUTIL_VERSION_MICRO
Definition: version.h:83
#define LIBAVUTIL_VERSION_MINOR
Definition: version.h:82

◆ LIBAVUTIL_VERSION_INT

#define LIBAVUTIL_VERSION_INT
Value:
#define LIBAVUTIL_VERSION_MAJOR
Definition: version.h:81
#define LIBAVUTIL_VERSION_MICRO
Definition: version.h:83
#define AV_VERSION_INT(a, b, c)
Definition: version.h:56
#define LIBAVUTIL_VERSION_MINOR
Definition: version.h:82

◆ LIBAVUTIL_VERSION_MAJOR

#define LIBAVUTIL_VERSION_MAJOR   55

◆ LIBAVUTIL_VERSION_MICRO

#define LIBAVUTIL_VERSION_MICRO   100

◆ LIBAVUTIL_VERSION_MINOR

#define LIBAVUTIL_VERSION_MINOR   34

Function Documentation

◆ av_version_info()

const char* av_version_info ( void  )

Return an informative version string. This usually is the actual release version number or a git commit description. This string has no fixed format and can change any time. It should never be parsed by code.

◆ avutil_configuration()

const char* avutil_configuration ( void  )

Return the libavutil build-time configuration.

◆ avutil_license()

const char* avutil_license ( void  )

Return the libavutil license.

◆ avutil_version()

unsigned avutil_version ( void  )

Return the LIBAVUTIL_VERSION_INT constant.