#include "avcodec.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Function Documentation
static int ass_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
buf, |
|
|
int |
bufsize, |
|
|
void * |
data | |
|
) |
| | [static] |
static av_cold int ass_encode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
.name = "ass",
.long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = CODEC_ID_SSA,
.init = ass_encode_init,
.encode = ass_encode_frame,
}
Definition at line 60 of file assenc.c.