WebVTT subtitle muxer.
More...
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
WebVTT subtitle muxer.
- See Also
- http://dev.w3.org/html5/webvtt/
Definition in file webvttenc.c.
Initial value:= {
.name = "webvtt",
.extensions = "vtt",
.mime_type = "text/vtt",
}
static int webvtt_write_packet(AVFormatContext *ctx, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int webvtt_write_header(AVFormatContext *ctx)
Definition at line 91 of file webvttenc.c.