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 54 |
#define LIBAVUTIL_VERSION_MINOR 27 |
#define LIBAVUTIL_VERSION_MICRO 100 |
#define LIBAVUTIL_VERSION_INT |
#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 65 of file version.h.
unsigned avutil_version |
( |
void |
| ) |
|
Return the LIBAVUTIL_VERSION_INT constant.
Definition at line 33 of file utils.c.
const char* avutil_configuration |
( |
void |
| ) |
|
Return the libavutil build-time configuration.
Definition at line 61 of file utils.c.
const char* avutil_license |
( |
void |
| ) |
|
Return the libavutil license.
Definition at line 66 of file utils.c.