SAMI subtitle decoder.
More...
Go to the source code of this file.
◆ sami_paragraph_to_ass()
| static int sami_paragraph_to_ass |
( |
AVCodecContext * | avctx, |
|
|
const char * | src ) |
|
static |
◆ sami_decode_frame()
◆ sami_init()
◆ sami_close()
◆ sami_flush()
◆ ff_sami_decoder
Initial value:= {
.p.name = "sami",
}
static av_cold void close(AVCodecParserContext *s)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_DECODE_SUB_CB(func)
int(* init)(AVBSFContext *ctx)
static av_cold int sami_init(AVCodecContext *avctx)
static av_cold void sami_flush(AVCodecContext *avctx)
static av_cold int sami_close(AVCodecContext *avctx)
static int sami_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
Definition at line 185 of file samidec.c.