FFmpeg
|
WebVTT subtitle muxer. More...
Go to the source code of this file.
Functions | |
static void | webvtt_write_time (AVIOContext *pb, int64_t millisec) |
static int | webvtt_write_header (AVFormatContext *ctx) |
static int | webvtt_write_packet (AVFormatContext *ctx, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_webvtt_muxer |
|
static |
Definition at line 30 of file webvttenc.c.
Referenced by webvtt_write_packet().
|
static |
Definition at line 46 of file webvttenc.c.
|
static |
Definition at line 59 of file webvttenc.c.
AVOutputFormat ff_webvtt_muxer |
Definition at line 91 of file webvttenc.c.