AOMedia AV1 Codec
|
Generic fixed size buffer structure. More...
#include <aom_encoder.h>
Data Fields | |
void * | buf |
size_t | sz |
Generic fixed size buffer structure.
This structure is able to hold a reference to any fixed size buffer.
void* aom_fixed_buf::buf |
Pointer to the data. Does NOT own the data!
size_t aom_fixed_buf::sz |
Length of the buffer, in chars