|
FFmpeg
|
#include "avcodec.h"#include "ass.h"#include "libavutil/avstring.h"#include "libavutil/common.h"#include "libavutil/bprint.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"Go to the source code of this file.
Macros | |
| #define | STYLE_FLAG_BOLD 1 |
| #define | STYLE_FLAG_ITALIC 2 |
| #define | STYLE_FLAG_UNDERLINE 4 |
Functions | |
| static int | text_to_ass (AVBPrint *buf, const char *text, const char *text_end, char **style_start, char **style_end, uint8_t **style_flags, int style_entries) |
| static int | mov_text_init (AVCodecContext *avctx) |
| static int | mov_text_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Variables | |
| AVCodec | ff_movtext_decoder |
| #define STYLE_FLAG_BOLD 1 |
Definition at line 30 of file movtextdec.c.
Referenced by text_to_ass().
| #define STYLE_FLAG_ITALIC 2 |
Definition at line 31 of file movtextdec.c.
Referenced by text_to_ass().
| #define STYLE_FLAG_UNDERLINE 4 |
Definition at line 32 of file movtextdec.c.
Referenced by text_to_ass().
|
static |
Definition at line 34 of file movtextdec.c.
|
static |
Definition at line 78 of file movtextdec.c.
|
static |
Definition at line 88 of file movtextdec.c.
| AVCodec ff_movtext_decoder |
Definition at line 216 of file movtextdec.c.
1.8.6