FFmpeg
|
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.
Data Structures | |
struct | WebVTTContext |
Functions | |
static int | webvtt_probe (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 | |
AVInputFormat | ff_webvtt_demuxer |
|
static |
Definition at line 37 of file webvttdec.c.
|
static |
Definition at line 49 of file webvttdec.c.
Referenced by webvtt_read_header().
|
static |
Definition at line 57 of file webvttdec.c.
|
static |
Definition at line 145 of file webvttdec.c.
|
static |
Definition at line 151 of file webvttdec.c.
|
static |
Definition at line 159 of file webvttdec.c.
AVInputFormat ff_webvtt_demuxer |
Definition at line 166 of file webvttdec.c.