FFmpeg
|
WebVTT subtitle decoder. More...
Go to the source code of this file.
Functions | |
static int | webvtt_event_to_ass (AVBPrint *buf, const char *p) |
static int | webvtt_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Variables | |
struct { | |
const char * from | |
const char * to | |
} | webvtt_tag_replace [] |
AVCodec | ff_webvtt_decoder |
WebVTT subtitle decoder.
Definition in file webvttdec.c.
|
static |
Definition at line 45 of file webvttdec.c.
Referenced by webvtt_decode_frame().
|
static |
Definition at line 82 of file webvttdec.c.
const char* from |
Definition at line 33 of file webvttdec.c.
Referenced by webvtt_event_to_ass().
const char* to |
Definition at line 34 of file webvttdec.c.
Referenced by ff_mjpegenc_huffman_compute_bits(), filter_frame(), and webvtt_event_to_ass().
const { ... } webvtt_tag_replace[] |
Referenced by webvtt_event_to_ass().
AVCodec ff_webvtt_decoder |
Definition at line 101 of file webvttdec.c.