#include <log.h>
Data Fields | |
const char * | class_name |
The name of the class; usually it is the same name as the context structure type to which the AVClass is associated. | |
const char *(* | item_name )(void *ctx) |
A pointer to a function which returns the name of a context instance ctx associated with the class. | |
struct AVOption * | option |
a pointer to the first option specified in the class if any or NULL |
Definition at line 33 of file log.h.
const char* AVCLASS::class_name |
const char*(* AVCLASS::item_name)(void *ctx) |
A pointer to a function which returns the name of a context instance ctx
associated with the class.
Referenced by av_log_default_callback(), and http_av_log().
struct AVOption* AVCLASS::option [read] |
a pointer to the first option specified in the class if any or NULL
Definition at line 51 of file log.h.
Referenced by av_find_opt().