dav1d 1.5.0-30-gf772f3e
dav1d is an AV1 decoder
|
#include <common.h>
Data Fields | |
int64_t | timestamp |
container timestamp of input data, INT64_MIN if unknown (default) | |
int64_t | duration |
container duration of input data, 0 if unknown (default) | |
int64_t | offset |
stream offset of input data, -1 if unknown (default) | |
size_t | size |
packet size, default Dav1dData.sz | |
struct Dav1dUserData | user_data |
user-configurable data, default NULL members | |
Input packet metadata which are copied from the input data used to decode each image into the matching structure of the output image returned back to the user. Since these are metadata fields, they can be used for other purposes than the documented ones, they will still be passed from input data to output picture without being used internally.
int64_t Dav1dDataProps::duration |
container duration of input data, 0 if unknown (default)
int64_t Dav1dDataProps::offset |
stream offset of input data, -1 if unknown (default)
size_t Dav1dDataProps::size |
packet size, default Dav1dData.sz
int64_t Dav1dDataProps::timestamp |
container timestamp of input data, INT64_MIN if unknown (default)
struct Dav1dUserData Dav1dDataProps::user_data |
user-configurable data, default NULL members