#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | ASSContext |
Defines | |
#define | MAX_LINESIZE 2000 |
Functions | |
static void | get_line (ByteIOContext *s, char *buf, int maxlen) |
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) |
Variables | |
AVInputFormat | ass_demuxer |
#define MAX_LINESIZE 2000 |
static int event_cmp | ( | uint8_t ** | a, | |
uint8_t ** | b | |||
) | [static] |
static void get_line | ( | ByteIOContext * | s, | |
char * | buf, | |||
int | maxlen | |||
) | [static] |
static int64_t get_pts | ( | const uint8_t * | p | ) | [static] |
Definition at line 68 of file assdec.c.
Referenced by event_cmp(), mpegps_read_pes_header(), mpegts_push_data(), read_header(), and read_packet().
static int probe | ( | AVProbeData * | p | ) | [static] |
static int read_close | ( | AVFormatContext * | s | ) | [static] |
static int read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Definition at line 156 of file assdec.c.
Referenced by av_alloc_put_byte(), handle_packets(), init_put_byte(), mpegts_raw_read_packet(), and mpegts_read_header().
Initial value:
{ "ass", NULL_IF_CONFIG_SMALL("SSA/ASS format"), sizeof(ASSContext), probe, read_header, read_packet, read_close, }