|
FFmpeg
|
#include "libavutil/avstring.h"#include "avformat.h"#include "internal.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | DialogueLine |
| struct | ASSContext |
Macros | |
| #define | OFFSET(x) offsetof(ASSContext, x) |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
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 | |
| static const AVOption | options [] |
| static const AVClass | ass_class |
| AVOutputFormat | ff_ass_muxer |
| #define OFFSET | ( | x | ) | offsetof(ASSContext, x) |
| #define E AV_OPT_FLAG_ENCODING_PARAM |
|
static |
|
static |
Definition at line 71 of file assenc.c.
Referenced by write_packet(), and write_trailer().
|
static |
Definition at line 101 of file assenc.c.
Referenced by write_packet().
|
static |
|
static |
|
static |
|
static |
| AVOutputFormat ff_ass_muxer |
1.8.2