FFmpeg
|
#include "avformat.h"
#include "demux.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 | SRTContext |
struct | event_info |
Functions | |
static int | srt_probe (const 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) |
Variables | |
const FFInputFormat | ff_srt_demuxer |
|
static |
|
static |
Definition at line 73 of file srtdec.c.
Referenced by srt_read_header().
|
static |
Definition at line 95 of file srtdec.c.
Referenced by srt_read_header().
|
static |
const FFInputFormat ff_srt_demuxer |