FFmpeg
|
textdec.c File Reference
Raw subtitles decoder. More...
Include dependency graph for textdec.c:
Go to the source code of this file.
Data Structures | |
struct | TextContext |
Macros | |
#define | OFFSET(x) offsetof(TextContext, x) |
#define | SD AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_DECODING_PARAM |
#define | DECLARE_CLASS(decname) |
Functions | |
static int | text_event_to_ass (const AVCodecContext *avctx, AVBPrint *buf, const char *p, const char *p_end) |
static int | text_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Variables | |
static const AVOption | options [] |
Detailed Description
Raw subtitles decoder.
Definition in file textdec.c.
Macro Definition Documentation
#define DECLARE_CLASS | ( | decname | ) |
Value:
.class_name = #decname " decoder", \
.item_name = av_default_item_name, \
.option = decname ## _options, \
.version = LIBAVUTIL_VERSION_INT, \
}
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:55
#define OFFSET | ( | x | ) | offsetof(TextContext, x) |
#define SD AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Function Documentation
|
static |
|
static |
Definition at line 44 of file textdec.c.
Referenced by text_decode_frame().
Variable Documentation
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11