FFmpeg
|
#include "avcodec.h"
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/internal.h"
#include "ass_split.h"
#include "ass.h"
#include "ttmlenc.h"
Go to the source code of this file.
Data Structures | |
struct | TTMLContext |
Functions | |
static void | ttml_text_cb (void *priv, const char *text, int len) |
static void | ttml_new_line_cb (void *priv, int forced) |
static int | ttml_encode_frame (AVCodecContext *avctx, uint8_t *buf, int bufsize, const AVSubtitle *sub) |
static av_cold int | ttml_encode_close (AVCodecContext *avctx) |
static av_cold int | ttml_encode_init (AVCodecContext *avctx) |
Variables | |
static const ASSCodesCallbacks | ttml_callbacks |
AVCodec | ff_ttml_encoder |
TTML subtitle encoder
Definition in file ttmlenc.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 75 of file ttmlenc.c.
Referenced by ttml_encode_frame().
AVCodec ff_ttml_encoder |