#include <string.h>
#include "avcodec.h"
#include "ass.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
Go to the source code of this file.
§ ass_decode_init()
§ ass_decode_frame()
§ ff_ass_decoder
Initial value:= {
.name = "ass",
}
static av_cold int ass_decode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ass_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
Definition at line 59 of file assdec.c.