SAMI subtitle decoder.
More...
#include "ass.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
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 void close(AVCodecParserContext *s)
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition at line 149 of file samidec.c.