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.
|
|
Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.
#define LIBAVUTIL_VERSION_MAJOR 56 |
#define LIBAVUTIL_VERSION_MINOR 63 |
#define LIBAVUTIL_VERSION_MICRO 101 |
#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 85 of file version.h.
Referenced by av_parse_cpu_caps(), av_parse_cpu_flags(), avutil_version(), decode_flush(), ff_argo_asf_fill_stream(), ff_rtsp_open_transport_ctx(), ff_speedhq_mb_y_order_to_mb(), g726_reset(), hash_free(), init_output_stream(), nvenc_old_init(), opt_abort_on(), set_spdif(), and vs2av_log().
#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 88 of file version.h.
unsigned avutil_version |
( |
void |
| ) |
|
Return the LIBAVUTIL_VERSION_INT constant.
Definition at line 38 of file utils.c.
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.
Definition at line 33 of file utils.c.
const char* avutil_configuration |
( |
void |
| ) |
|
Return the libavutil build-time configuration.
Definition at line 65 of file utils.c.
const char* avutil_license |
( |
void |
| ) |
|
Return the libavutil license.
Definition at line 70 of file utils.c.