|
FFmpeg
|
#include <stdint.h>#include "avformat.h"#include "demux.h"#include "internal.h"#include "subtitles.h"#include "libavutil/bprint.h"Go to the source code of this file.
Data Structures | |
| struct | ASSContext |
Functions | |
| static int | ass_probe (const AVProbeData *p) |
| 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) |
Variables | |
| const FFInputFormat | ff_ass_demuxer |
|
static |
|
static |
Definition at line 53 of file assdec.c.
Referenced by ass_read_header().
|
static |
Definition at line 90 of file assdec.c.
Referenced by ass_read_header().
|
static |
| const FFInputFormat ff_ass_demuxer |
1.8.17