Go to the source code of this file.
Data Structures | |
struct | ASSContext |
Macros | |
#define | MAX_LINESIZE 2000 |
Typedefs | |
typedef struct ASSContext | ASSContext |
Functions | |
static int | probe (AVProbeData *p) |
static int | read_close (AVFormatContext *s) |
static int64_t | get_pts (const uint8_t *p) |
static int | event_cmp (uint8_t **a, uint8_t **b) |
static int | read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | read_seek2 (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
Variables | |
AVInputFormat | ff_ass_demuxer |
#define MAX_LINESIZE 2000 |
Definition at line 26 of file assdec.c.
Referenced by read_header().
typedef struct ASSContext ASSContext |
|
static |
Definition at line 71 of file assdec.c.
Referenced by read_header().
|
static |
Definition at line 56 of file assdec.c.
Referenced by event_cmp(), read_header(), read_packet(), and read_seek2().
|
static |
|
static |
Definition at line 46 of file assdec.c.
Referenced by read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_ass_demuxer |