|
FFmpeg
4.0
|
#include <string.h>#include "avcodec.h"#include "ass.h"#include "libavutil/avstring.h"#include "libavutil/internal.h"#include "libavutil/mem.h"Go to the source code of this file.
Data Structures | |
| struct | ASSEncodeContext |
Macros | |
| #define | SKIP_ENTRY(ptr) |
Functions | |
| static av_cold int | ass_encode_init (AVCodecContext *avctx) |
| static int | ass_encode_frame (AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) |
| #define SKIP_ENTRY | ( | ptr | ) |
Referenced by ass_encode_frame().
|
static |
Definition at line 34 of file assenc.c.
Referenced by ass_encode_frame().
|
static |
1.8.13