MicroDVD subtitle decoder.
More...
#include "libavutil/avstring.h"
#include "libavutil/parseutils.h"
#include "libavutil/bprint.h"
#include "avcodec.h"
#include "ass.h"
|
|
#define | MICRODVD_PERSISTENT_OFF 0 |
| |
|
#define | MICRODVD_PERSISTENT_ON 1 |
| |
|
#define | MICRODVD_PERSISTENT_OPENED 2 |
| |
|
#define | MICRODVD_TAGS "cfshyYpo" |
| |
|
#define | MICRODVD_STYLES "ibus" |
| |
MicroDVD subtitle decoder.
Based on the specifications found here: https://trac.videolan.org/vlc/ticket/1825#comment:6
§ ff_microdvd_decoder
Initial value:= {
.name = "microdvd",
.type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_MICRODVD,
.init = microdvd_init,
.decode = microdvd_decode_frame,
.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