dav1d 1.5.0-30-gf772f3e
dav1d is an AV1 decoder
|
#include <dav1d.h>
Data Fields | |
void * | cookie |
Custom data to pass to the callback. | |
void(* | callback )(void *cookie, const char *format, va_list ap) |
void(* Dav1dLogger::callback) (void *cookie, const char *format, va_list ap) |
Logger callback. May be NULL to disable logging.
cookie | Custom pointer passed to all calls. |
format | The vprintf compatible format string. |
ap | List of arguments referenced by the format string. |
void* Dav1dLogger::cookie |
Custom data to pass to the callback.