dav1d  1.5.1
dav1disanAV1decoder
Macros
version.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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