#include "avcodec.h"
#include "ass.h"
#include "ass_split.h"
Go to the source code of this file.
Function Documentation
static int ass_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
got_sub_ptr, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
static av_cold int ass_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
.name = "ass",
.long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = CODEC_ID_SSA,
.init = ass_decode_init,
.decode = ass_decode_frame,
.close = ass_decode_close,
}
Definition at line 64 of file assdec.c.