WebVTT subtitle muxer.
More...
#include "avformat.h"
#include "internal.h"
WebVTT subtitle muxer.
- See also
- http://dev.w3.org/html5/webvtt/
§ ff_webvtt_muxer
Initial value:= {
.name = "webvtt",
.extensions = "vtt",
.mime_type = "text/vtt",
.subtitle_codec = AV_CODEC_ID_WEBVTT,
.write_header = webvtt_write_header,
.write_packet = webvtt_write_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186