FFmpeg
|
Raw subtitles decoder. More...
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_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
static void | text_flush (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
Raw subtitles decoder.
Definition in file textdec.c.
#define OFFSET | ( | x | ) | offsetof(TextContext, x) |
#define SD AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_DECODING_PARAM |
#define DECLARE_CLASS | ( | decname | ) |
|
static |
|
static |