FFmpeg
Functions
assenc.c File Reference
#include "config_components.h"
#include <string.h>
#include "avcodec.h"
#include "ass.h"
#include "codec_internal.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)
 

Function Documentation

◆ ass_encode_init()

static av_cold int ass_encode_init ( AVCodecContext avctx)
static

Definition at line 33 of file assenc.c.

◆ ass_encode_frame()

static int ass_encode_frame ( AVCodecContext avctx,
unsigned char *  buf,
int  bufsize,
const AVSubtitle sub 
)
static

Definition at line 44 of file assenc.c.