Go to the source code of this file.
|
static int | srt_probe (AVProbeData *p) |
|
static int | get_event_info (const char *line, struct event_info *ei) |
|
static int | add_event (FFDemuxSubtitlesQueue *q, AVBPrint *buf, char *line_cache, const struct event_info *ei, int append_cache) |
|
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 get_event_info |
( |
const char * |
line, |
|
|
struct event_info * |
ei |
|
) |
| |
|
static |
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:= {
.name = "srt",
}
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 235 of file srtdec.c.