#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] |
Initial value:
{
"ass",
NULL_IF_CONFIG_SMALL("SSA/ASS format"),
sizeof(ASSContext),
probe,
read_header,
read_packet,
read_close,
}
1.5.8