#include "avcodec.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Functions | |
static av_cold int | ass_encode_init (AVCodecContext *avctx) |
static int | ass_encode_frame (AVCodecContext *avctx, unsigned char *buf, int bufsize, void *data) |
Variables | |
AVCodec | ff_ass_encoder |
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] |
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, }