Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
More...
|
| Deprecation guards |
| FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
|
|
| Media Type |
| Media Type.
|
|
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
#define LIBAVUTIL_VERSION |
Value:
#define LIBAVUTIL_VERSION_MAJOR
#define LIBAVUTIL_VERSION_MICRO
#define AV_VERSION(a, b, c)
#define LIBAVUTIL_VERSION_MINOR
Definition at line 46 of file version.h.
#define LIBAVUTIL_VERSION_INT |
Value:
#define LIBAVUTIL_VERSION_MAJOR
#define LIBAVUTIL_VERSION_MICRO
#define LIBAVUTIL_VERSION_MINOR
#define AV_VERSION_INT(a, b, c)
Definition at line 43 of file version.h.
#define LIBAVUTIL_VERSION_MAJOR 52 |
#define LIBAVUTIL_VERSION_MICRO 0 |
#define LIBAVUTIL_VERSION_MINOR 3 |
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.