#include <stdint.h>
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavcodec/internal.h"
#include "libavutil/bprint.h"
Go to the source code of this file.
|
static int | ass_probe (const AVProbeData *p) |
|
static int | ass_read_close (AVFormatContext *s) |
|
static int | read_dialogue (ASSContext *ass, AVBPrint *dst, const uint8_t *p, int64_t *start, int *duration) |
|
static int64_t | get_line (AVBPrint *buf, FFTextReader *tr) |
|
static int | ass_read_header (AVFormatContext *s) |
|
static int | ass_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | ass_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
|
◆ ass_probe()
◆ ass_read_close()
◆ read_dialogue()
◆ get_line()
static int64_t get_line |
( |
AVBPrint * |
buf, |
|
|
FFTextReader * |
tr |
|
) |
| |
|
static |
◆ ass_read_header()
◆ ass_read_packet()
◆ ass_read_seek()
static int ass_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ ff_ass_demuxer
Initial value:
Definition at line 185 of file assdec.c.