dav1d 1.5.0-30-gf772f3e
dav1d is an AV1 decoder
|
Go to the source code of this file.
Macros | |
#define | DAV1D_API_VERSION_MAJOR 7 |
#define | DAV1D_API_VERSION_MINOR 0 |
#define | DAV1D_API_VERSION_PATCH 0 |
#define | DAV1D_API_MAJOR(v) (((v) >> 16) & 0xFF) |
#define | DAV1D_API_MINOR(v) (((v) >> 8) & 0xFF) |
#define | DAV1D_API_PATCH(v) (((v) >> 0) & 0xFF) |
#define DAV1D_API_MAJOR | ( | v | ) | (((v) >> 16) & 0xFF) |
Extract version components from the value returned by dav1d_version_int()
#define DAV1D_API_MINOR | ( | v | ) | (((v) >> 8) & 0xFF) |
#define DAV1D_API_PATCH | ( | v | ) | (((v) >> 0) & 0xFF) |
#define DAV1D_API_VERSION_MAJOR 7 |
#define DAV1D_API_VERSION_MINOR 0 |
#define DAV1D_API_VERSION_PATCH 0 |