Raw subtitles decoder.
More...
#include "avcodec.h"
#include "ass.h"
#include "libavutil/bprint.h"
#include "libavutil/opt.h"
§ DECLARE_CLASS
| #define DECLARE_CLASS |
( |
|
decname | ) |
|
Value:static const AVClass decname ## _decoder_class = { \
.option = decname ## _options, \
.version = LIBAVUTIL_VERSION_INT, \
}
const char * av_default_item_name(void *ptr)
Return the context name.
Definition: log.c:191
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
Definition: log.h:72
Describe the class of an AVClass context structure.
Definition: log.h:67