Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
More...
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
#define LIBAVUTIL_VERSION_MAJOR 55 |
#define LIBAVUTIL_VERSION_MINOR 17 |
#define LIBAVUTIL_VERSION_MICRO 103 |
#define LIBAVUTIL_VERSION_INT |
Value:
#define LIBAVUTIL_VERSION_MAJOR
#define LIBAVUTIL_VERSION_MICRO
#define AV_VERSION_INT(a, b, c)
#define LIBAVUTIL_VERSION_MINOR
Definition at line 70 of file version.h.
#define LIBAVUTIL_VERSION |
Value:
#define LIBAVUTIL_VERSION_MAJOR
#define AV_VERSION(a, b, c)
#define LIBAVUTIL_VERSION_MICRO
#define LIBAVUTIL_VERSION_MINOR
Definition at line 73 of file version.h.
unsigned avutil_version |
( |
void |
| ) |
|
Return the LIBAVUTIL_VERSION_INT constant.
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.
const char* avutil_configuration |
( |
void |
| ) |
|
Return the libavutil build-time configuration.
const char* avutil_license |
( |
void |
| ) |
|
Return the libavutil license.