FFmpeg
Variables
subviewerdec.c File Reference

SubViewer subtitle decoder. More...

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

Variables

AVCodec ff_subviewer_decoder
 

Detailed Description

SubViewer subtitle decoder.

See also
https://en.wikipedia.org/wiki/SubViewer

Variable Documentation

§ ff_subviewer_decoder

AVCodec ff_subviewer_decoder
Initial value:
= {
.name = "subviewer",
.long_name = NULL_IF_CONFIG_SMALL("SubViewer subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_SUBVIEWER,
.decode = subviewer_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