FFmpeg
Variables
realtextdec.c File Reference

RealText subtitle decoder. More...

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

Variables

AVCodec ff_realtext_decoder
 

Detailed Description

RealText subtitle decoder.

See also
http://service.real.com/help/library/guides/ProductionGuide/prodguide/htmfiles/realtext.htm

Variable Documentation

§ ff_realtext_decoder

AVCodec ff_realtext_decoder
Initial value:
= {
.name = "realtext",
.long_name = NULL_IF_CONFIG_SMALL("RealText subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_REALTEXT,
.decode = realtext_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