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.
◆ webvtt_write_time()
◆ webvtt_write_header()
◆ webvtt_write_packet()
◆ ff_webvtt_muxer
Initial value:= {
.name = "webvtt",
.extensions = "vtt",
.mime_type = "text/vtt",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 97 of file webvttenc.c.