FFmpeg
|
#include "avcodec.h"
#include "ass.h"
#include "codec_internal.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
Go to the source code of this file.
Functions | |
static int | rt_event_to_ass (AVBPrint *buf, const char *p) |
static int | realtext_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) |
Variables | |
const FFCodec | ff_realtext_decoder |
RealText subtitle decoder
Definition in file realtextdec.c.
|
static |
Definition at line 33 of file realtextdec.c.
Referenced by realtext_decode_frame().
|
static |
Definition at line 59 of file realtextdec.c.
const FFCodec ff_realtext_decoder |
Definition at line 77 of file realtextdec.c.