FFmpeg
|
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 | |
const FFOutputFormat | ff_webvtt_muxer |
|
static |
Definition at line 31 of file webvttenc.c.
Referenced by webvtt_write_packet().
|
static |
Definition at line 47 of file webvttenc.c.
|
static |
Definition at line 59 of file webvttenc.c.
const FFOutputFormat ff_webvtt_muxer |
Definition at line 100 of file webvttenc.c.