FFmpeg
|
libavcodec/srtdec.c File Reference
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/parseutils.h"
#include "avcodec.h"
#include "ass.h"
Include dependency graph for libavcodec/srtdec.c:
Go to the source code of this file.
Data Structures | |
struct | SrtStack |
Enumerations | |
enum | { PARAM_UNKNOWN = -1, PARAM_SIZE, PARAM_COLOR, PARAM_FACE, PARAM_NUMBER } |
Functions | |
static int | html_color_parse (AVCodecContext *avctx, const char *str) |
static const char * | srt_to_ass (AVCodecContext *avctx, char *out, char *out_end, const char *in, int x1, int y1, int x2, int y2) |
static const char * | read_ts (const char *buf, int *ts_start, int *ts_end, int *x1, int *y1, int *x2, int *y2) |
static int | srt_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Enumeration Type Documentation
anonymous enum |
Enumerator | |
---|---|
PARAM_UNKNOWN | |
PARAM_SIZE | |
PARAM_COLOR | |
PARAM_FACE | |
PARAM_NUMBER |
Definition at line 37 of file libavcodec/srtdec.c.
Function Documentation
|
static |
Definition at line 29 of file libavcodec/srtdec.c.
Referenced by srt_to_ass().
|
static |
Definition at line 196 of file libavcodec/srtdec.c.
Referenced by srt_decode_frame().
|
static |
Definition at line 217 of file libavcodec/srtdec.c.
|
static |
Definition at line 50 of file libavcodec/srtdec.c.
Referenced by srt_decode_frame().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11