SAMI subtitle decoder.
More...
Go to the source code of this file.
static int sami_paragraph_to_ass |
( |
AVCodecContext * |
avctx, |
|
|
const char * |
src |
|
) |
| |
|
static |
Initial value:= {
.name = "sami",
}
static int sami_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
static av_cold int init(AVCodecContext *avctx)
static av_cold int sami_init(AVCodecContext *avctx)
static av_cold int sami_close(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
Definition at line 167 of file samidec.c.