FFmpeg
Variables
mpl2dec.c File Reference

MPL2 subtitles decoder. More...

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

Variables

AVCodec ff_mpl2_decoder
 

Detailed Description

MPL2 subtitles decoder.

See also
http://web.archive.org/web/20090328040233/http://napisy.ussbrowarek.org/mpl2-eng.html

Variable Documentation

§ ff_mpl2_decoder

AVCodec ff_mpl2_decoder
Initial value:
= {
.name = "mpl2",
.long_name = NULL_IF_CONFIG_SMALL("MPL2 subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_MPL2,
.decode = mpl2_decode_frame,
.init = ff_ass_subtitle_header_default,
.flush = ff_ass_decoder_flush,
.priv_data_size = sizeof(FFASSDecoderContext),
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: ass.h:46