AVCLASS Struct Reference

#include <log.h>


Data Fields

const char * class_name
const char *(* item_name )(void *ctx)
AVOptionoption


Detailed Description

Definition at line 32 of file log.h.


Field Documentation

const char* AVCLASS::class_name

The name of the class; usually it is the same name as the context structure type to which the AVClass is associated.

Definition at line 37 of file log.h.

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

a pointer to the first option specified in the class if any or NULL

See also:
av_set_default_options()

Definition at line 50 of file log.h.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 10:46:09 2008 for libextractor by  doxygen 1.5.1