FFmpeg
|
pjsdec.c File Reference
PJS (Phoenix Japanimation Society) subtitles format demuxer. More...
Include dependency graph for pjsdec.c:
Go to the source code of this file.
Data Structures | |
struct | PJSContext |
Functions | |
static int | pjs_probe (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 |
Detailed Description
PJS (Phoenix Japanimation Society) subtitles format demuxer.
Definition in file pjsdec.c.
Function Documentation
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 51 of file pjsdec.c.
Referenced by pjs_read_header().
Variable Documentation
AVInputFormat ff_pjs_demuxer |
Initial value:
= {
.name = "pjs",
.long_name = NULL_IF_CONFIG_SMALL("PJS (Phoenix Japanimation Society) subtitles"),
.priv_data_size = sizeof(PJSContext),
.read_probe = pjs_probe,
.read_seek2 = pjs_read_seek,
.extensions = "pjs",
}
Definition: pjsdec.c:32
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int pjs_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: pjsdec.c:112
static int pjs_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: pjsdec.c:106
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11