#include <dav1d.h>
|
void * | cookie |
| Custom data to pass to the callback.
|
|
void(* | callback )(void *cookie, const char *format, va_list ap) |
|
◆ callback
void(* Dav1dLogger::callback) (void *cookie, const char *format, va_list ap) |
Logger callback. May be NULL to disable logging.
- Parameters
-
cookie | Custom pointer passed to all calls. |
format | The vprintf compatible format string. |
ap | List 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: