FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DialogueLine |
struct | ASSContext |
Functions | |
static int | write_header (AVFormatContext *s) |
static void | purge_dialogues (AVFormatContext *s, int force) |
static void | insert_dialogue (ASSContext *ass, DialogueLine *dialogue) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_ass_muxer |
|
static |
|
static |
Definition at line 74 of file assenc.c.
Referenced by write_packet(), and write_trailer().
|
static |
Definition at line 104 of file assenc.c.
Referenced by write_packet().
|
static |
|
static |
AVOutputFormat ff_ass_muxer |