|
FFmpeg
|
WebVTT subtitle demuxer. More...
#include "avformat.h"#include "demux.h"#include "internal.h"#include "subtitles.h"#include "libavutil/bprint.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | WebVTTContext |
Macros | |
| #define | SET_SIDE_DATA(name, type) |
| #define | OFFSET(x) |
| #define | KIND_FLAGS AV_OPT_FLAG_SUBTITLE_PARAM|AV_OPT_FLAG_DECODING_PARAM |
Functions | |
| static int | webvtt_probe (const AVProbeData *p) |
| static int64_t | read_ts (const char *s) |
| static int | webvtt_read_header (AVFormatContext *s) |
| static int | webvtt_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | webvtt_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
| static int | webvtt_read_close (AVFormatContext *s) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | webvtt_demuxer_class |
| const FFInputFormat | ff_webvtt_demuxer |
Referenced by webvtt_read_header().
| #define OFFSET | ( | x | ) |
Definition at line 197 of file webvttdec.c.
| #define KIND_FLAGS AV_OPT_FLAG_SUBTITLE_PARAM|AV_OPT_FLAG_DECODING_PARAM |
Definition at line 198 of file webvttdec.c.
|
static |
Definition at line 41 of file webvttdec.c.
|
static |
Definition at line 53 of file webvttdec.c.
Referenced by webvtt_read_header().
|
static |
Definition at line 61 of file webvttdec.c.
|
static |
Definition at line 176 of file webvttdec.c.
|
static |
Definition at line 182 of file webvttdec.c.
|
static |
Definition at line 190 of file webvttdec.c.
|
static |
Definition at line 200 of file webvttdec.c.
|
static |
Definition at line 209 of file webvttdec.c.
| const FFInputFormat ff_webvtt_demuxer |
Definition at line 216 of file webvttdec.c.