#include <string.h>
#include "avcodec.h"
#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/mem.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, const AVSubtitle *sub) |
Variables | |
AVCodec | ff_ass_encoder |
static int ass_encode_frame | ( | AVCodecContext * | avctx, | |
unsigned char * | buf, | |||
int | bufsize, | |||
const AVSubtitle * | sub | |||
) | [static] |
static av_cold int ass_encode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{ .name = "ass", .long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"), .type = AVMEDIA_TYPE_SUBTITLE, .id = AV_CODEC_ID_SSA, .init = ass_encode_init, .encode_sub = ass_encode_frame, }