Go to the source code of this file.
|
static int | html_color_parse (AVCodecContext *avctx, const char *str) |
|
static void | rstrip_spaces_buf (AVBPrint *buf) |
|
static void | srt_to_ass (AVCodecContext *avctx, AVBPrint *dst, const char *in, int x1, int y1, int x2, int y2) |
|
static int | srt_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
|
Enumerator |
---|
PARAM_UNKNOWN |
|
PARAM_SIZE |
|
PARAM_COLOR |
|
PARAM_FACE |
|
PARAM_NUMBER |
|
Definition at line 37 of file srtdec.c.
static int html_color_parse |
( |
AVCodecContext * |
avctx, |
|
|
const char * |
str |
|
) |
| |
|
static |
static void rstrip_spaces_buf |
( |
AVBPrint * |
buf | ) |
|
|
static |
static void srt_to_ass |
( |
AVCodecContext * |
avctx, |
|
|
AVBPrint * |
dst, |
|
|
const char * |
in, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
|
static |