FFmpeg
|
#include "config_components.h"
#include "avcodec.h"
#include "ass.h"
#include "codec_internal.h"
#include "libavutil/bprint.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | TextContext |
Macros | |
#define | OFFSET(x) offsetof(TextContext, x) |
#define | SD AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | text_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) |
static void | text_flush (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const AVClass | textsub_decoder_class |
Raw subtitles decoder
Definition in file textdec.c.
#define OFFSET | ( | x | ) | offsetof(TextContext, x) |
#define SD AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_DECODING_PARAM |
|
static |
|
static |
|
static |
|
static |