dav1d  1.4.2
dav1disanAV1decoder
Data Fields
Dav1dLogger Struct Reference

#include <dav1d.h>

Data Fields

void * cookie
 Custom data to pass to the callback. More...
 
void(* callback )(void *cookie, const char *format, va_list ap)
 

Field Documentation

void(* Dav1dLogger::callback) (void *cookie, const char *format, va_list ap)

Logger callback. May be NULL to disable logging.

Parameters
cookieCustom pointer passed to all calls.
formatThe vprintf compatible format string.
apList of arguments referenced by the format string.
void* Dav1dLogger::cookie

Custom data to pass to the callback.


The documentation for this struct was generated from the following file: