FFmpeg
Loading...
Searching...
No Matches
mpl2dec.c File Reference

MPL2 subtitles decoder. More...

#include "avcodec.h"
#include "ass.h"
#include "codec_internal.h"
#include "libavutil/bprint.h"

Go to the source code of this file.

Functions

static int mpl2_event_to_ass (AVBPrint *buf, const char *p)
 
static int mpl2_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
 

Variables

const FFCodec ff_mpl2_decoder
 

Detailed Description

Function Documentation

◆ mpl2_event_to_ass()

static int mpl2_event_to_ass ( AVBPrint * buf,
const char * p )
static

Definition at line 33 of file mpl2dec.c.

Referenced by mpl2_decode_frame().

◆ mpl2_decode_frame()

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

Definition at line 66 of file mpl2dec.c.

Variable Documentation

◆ ff_mpl2_decoder

const FFCodec ff_mpl2_decoder
Initial value:
= {
.p.name = "mpl2",
CODEC_LONG_NAME("MPL2 subtitle"),
.priv_data_size = sizeof(FFASSDecoderContext),
}
av_cold void ff_ass_decoder_flush(AVCodecContext *avctx)
Helper to flush a text subtitles decoder making use of the FFASSDecoderContext.
Definition ass.c:166
int ff_ass_subtitle_header_default(AVCodecContext *avctx)
Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS with default style.
Definition ass.c:98
#define CODEC_LONG_NAME(str)
#define FF_CODEC_DECODE_SUB_CB(func)
@ AV_CODEC_ID_MPL2
Definition codec_id.h:585
@ AVMEDIA_TYPE_SUBTITLE
Definition avutil.h:203
static int mpl2_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
Definition mpl2dec.c:66

Definition at line 84 of file mpl2dec.c.