Go to the source code of this file.
Functions | |
static int | srt_probe (AVProbeData *p) |
static int | srt_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int64_t | get_pts (const char *buf) |
static int | is_eol (char c) |
static int | srt_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_srt_demuxer |
|
static |
Definition at line 54 of file srtdec.c.
Referenced by srt_read_packet().
|
inlinestatic |
Definition at line 70 of file srtdec.c.
Referenced by srt_read_packet().
|
static |
|
static |
|
static |
AVInputFormat ff_srt_demuxer |