struct AVClass

Defined at line 66 of file ../../prebuilt/third_party/ffmpeg/pkg/ffmpeg/include/libavutil/log.h

Describe the class of an AVClass context structure. That is an

arbitrary struct of which the first field is a pointer to an

AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).

Public Members

const char * class_name
const char *(*)(void *) item_name
const struct AVOption * option
int version
int log_level_offset_offset
int parent_log_context_offset
 category
AVClassCategory (*)(void *) get_category
int (*)(struct AVOptionRanges **, void *, const char *, int) query_ranges
void *(*)(void *, void *) child_next
const struct AVClass *(*)(void **) child_class_iterate