dav1d 1.5.0-30-gf772f3e
dav1d is an AV1 decoder
Loading...
Searching...
No Matches
Data Fields
Dav1dLogger Struct Reference

#include <dav1d.h>

Data Fields

void * cookie
 Custom data to pass to the callback.
 
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. 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: