WebVTT subtitle demuxer.
More...
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/bprint.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Detailed Description
WebVTT subtitle demuxer.
- See Also
- http://dev.w3.org/html5/webvtt/
Definition in file webvttdec.c.
Function Documentation
static int64_t read_ts |
( |
const char * |
s | ) |
|
|
static |
static int webvtt_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.name = "webvtt",
.extensions = "vtt",
}
Definition at line 166 of file webvttdec.c.