MPL2 subtitles decoder.
More...
#include "avcodec.h"
#include "ass.h"
#include "libavutil/bprint.h"
§ ff_mpl2_decoder
Initial value:= {
.name = "mpl2",
.type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_MPL2,
.decode = mpl2_decode_frame,
.init = ff_ass_subtitle_header_default,
.flush = ff_ass_decoder_flush,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186