Home
last modified time | relevance | path

Searched defs:AVClass (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlog.h66 typedef struct AVClass { struct
71 const char* class_name;
77 const char* (*item_name)(void* ctx);
84 const struct AVOption *option;
114 AVClassCategory category; argument
120 AVClassCategory (*get_category)(void* ctx); argument
139 * @return AVClass for the next AVOptions-enabled child or NULL if there are argument
146 const struct AVClass* (*child_class_iterate)(void **iter); argument
147 } AVClass; typedef