FFmpeg
|
#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.
Data Structures | |
struct | ASSContext |
Functions | |
static int | ass_probe (AVProbeData *p) |
static int | ass_read_close (AVFormatContext *s) |
static int | read_ts (const uint8_t *p, int64_t *start, int *duration) |
static int64_t | get_line (AVBPrint *buf, AVIOContext *pb) |
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) |
Variables | |
AVInputFormat | ff_ass_demuxer |
|
static |
|
static |
|
static |
Definition at line 52 of file assdec.c.
Referenced by ass_read_header().
|
static |
Definition at line 69 of file assdec.c.
Referenced by ass_read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_ass_demuxer |