Go to the source code of this file.
|
static int | srt_probe (AVProbeData *p) |
|
static int64_t | get_pts (const char **buf, int *duration, int32_t *x1, int32_t *y1, int32_t *x2, int32_t *y2) |
|
static int | srt_read_header (AVFormatContext *s) |
|
static int | srt_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | srt_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
|
static int | srt_read_close (AVFormatContext *s) |
|
static int srt_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:
Definition at line 165 of file srtdec.c.