FFmpeg
|
Include dependency graph for v210enc.c:
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, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_v210_encoder |
Macro Definition Documentation
Referenced by encode_frame().
Value:
Referenced by encode_frame().
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_v210_encoder |
Initial value:
= {
.name = "v210",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_V210,
.init = encode_init,
.encode2 = encode_frame,
.close = encode_close,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
}
Definition: pixfmt.h:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: v210enc.c:48
Definition: libavcodec/avcodec.h:230
Definition: avutil.h:143
Generated on Fri Dec 20 2024 06:56:16 for FFmpeg by 1.8.11