Go to the source code of this file.
Macros | |
| #define | CLIP(v) av_clip(v, 4, 1019) |
| #define | WRITE_PIXELS(a, b, c) |
Functions | |
| static av_cold int | encode_init (AVCodecContext *avctx) |
| static int | encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
| static av_cold int | encode_close (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_v210_encoder |
| #define WRITE_PIXELS | ( | a, | |
| b, | |||
| c | |||
| ) |
Referenced by encode_frame().
|
static |
|
static |
|
static |
| AVCodec ff_v210_encoder |