FFmpeg
|
#include "ass.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "codec_internal.h"
#include "htmlsubtitles.h"
Go to the source code of this file.
Data Structures | |
struct | SAMIContext |
Functions | |
static int | sami_paragraph_to_ass (AVCodecContext *avctx, const char *src) |
static int | sami_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) |
static av_cold int | sami_init (AVCodecContext *avctx) |
static av_cold int | sami_close (AVCodecContext *avctx) |
static void | sami_flush (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_sami_decoder |
SAMI subtitle decoder
Definition in file samidec.c.
|
static |
Definition at line 42 of file samidec.c.
Referenced by sami_decode_frame().
|
static |
|
static |
|
static |
|
static |
const FFCodec ff_sami_decoder |