Version and Build diagnostics
[Other]
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
More...
Detailed Description
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
Define Documentation
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
#define LIBAVUTIL_VERSION |
#define LIBAVUTIL_VERSION_MAJOR 51 |
#define LIBAVUTIL_VERSION_MICRO 100 |
#define LIBAVUTIL_VERSION_MINOR 54 |
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.