FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PJSContext |
Functions | |
static int | pjs_probe (const AVProbeData *p) |
static int64_t | read_ts (char **line, int *duration) |
static int | pjs_read_header (AVFormatContext *s) |
static int | pjs_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | pjs_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | pjs_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_pjs_demuxer |
PJS (Phoenix Japanimation Society) subtitles format demuxer
Definition in file pjsdec.c.
|
static |
|
static |
Definition at line 51 of file pjsdec.c.
Referenced by pjs_read_header().
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_pjs_demuxer |