dav1d
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

◆ callback

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

Logger callback. Default prints to stderr. 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.

◆ cookie

void* Dav1dLogger::cookie

Custom data to pass to the callback.


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