#include <dav1d.h>
Data Fields | |
int | n_frame_threads |
int | n_tile_threads |
int | apply_grain |
int | operating_point |
select an operating point for scalable AV1 bitstreams (0 - 31) More... | |
int | all_layers |
output all spatial layers of a scalable AV1 biststream More... | |
unsigned | frame_size_limit |
maximum frame size, in pixels (0 = unlimited) More... | |
uint8_t | reserved [32] |
reserved for future use More... | |
Dav1dPicAllocator | allocator |
Picture allocator callback. More... | |
Dav1dLogger | logger |
Logger callback. More... | |
int Dav1dSettings::all_layers |
output all spatial layers of a scalable AV1 biststream
Dav1dPicAllocator Dav1dSettings::allocator |
Picture allocator callback.
int Dav1dSettings::apply_grain |
unsigned Dav1dSettings::frame_size_limit |
maximum frame size, in pixels (0 = unlimited)
Dav1dLogger Dav1dSettings::logger |
Logger callback.
int Dav1dSettings::n_frame_threads |
int Dav1dSettings::n_tile_threads |
int Dav1dSettings::operating_point |
select an operating point for scalable AV1 bitstreams (0 - 31)
uint8_t Dav1dSettings::reserved[32] |
reserved for future use