FFmpeg
|
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, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) |
Variables | |
struct { | |
const char * from | |
const char * to | |
} | webvtt_tag_replace [] |
const FFCodec | ff_webvtt_decoder |
WebVTT subtitle decoder
Definition in file webvttdec.c.
|
static |
Definition at line 46 of file webvttdec.c.
Referenced by webvtt_decode_frame().
|
static |
Definition at line 83 of file webvttdec.c.
const char* from |
Definition at line 34 of file webvttdec.c.
Referenced by webvtt_event_to_ass().
const char* to |
Definition at line 35 of file webvttdec.c.
Referenced by av_strireplace(), copy_block(), copy_picture_range(), ff_mjpegenc_huffman_compute_bits(), ff_mov_lang_to_iso639(), ff_shuffle_filter_coefficients(), filter_frame(), magy_huffman_compute_bits(), and webvtt_event_to_ass().
const { ... } webvtt_tag_replace[] |
Referenced by webvtt_event_to_ass().
const FFCodec ff_webvtt_decoder |
Definition at line 101 of file webvttdec.c.