|
FFmpeg
|
#include "avcodec.h"#include "ass.h"#include "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, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Variables | |
| const AVCodec | 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 AVCodec ff_realtext_decoder |
Definition at line 78 of file realtextdec.c.
1.8.17