FFmpeg
Functions
assdec.c File Reference
#include <string.h>
#include "avcodec.h"
#include "ass.h"
#include "codec_internal.h"
#include "config_components.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"

Go to the source code of this file.

Functions

static av_cold int ass_decode_init (AVCodecContext *avctx)
 
static int ass_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
 

Function Documentation

◆ ass_decode_init()

static av_cold int ass_decode_init ( AVCodecContext avctx)
static

Definition at line 31 of file assdec.c.

◆ ass_decode_frame()

static int ass_decode_frame ( AVCodecContext avctx,
AVSubtitle sub,
int got_sub_ptr,
const AVPacket avpkt 
)
static

Definition at line 43 of file assdec.c.