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.
Macro Definition Documentation
#define LIBAVUTIL_VERSION |
#define LIBAVUTIL_VERSION_INT |
#define LIBAVUTIL_VERSION_MAJOR 51 |
#define LIBAVUTIL_VERSION_MICRO 3 |
#define LIBAVUTIL_VERSION_MINOR 22 |
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.