FFmpeg
|
Include dependency graph for v308enc.c:

Go to the source code of this file.
Functions | |
static av_cold int | v308_encode_init (AVCodecContext *avctx) |
static int | v308_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | v308_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_v308_encoder |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_v308_encoder |
Initial value:
= {
.name = "v308",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_V308,
.init = v308_encode_init,
.encode2 = v308_encode_frame,
.close = v308_encode_close,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
}
Definition: pixfmt.h:67
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
Definition: pixfmt.h:73
#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 v308_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: v308enc.c:44
static av_cold int v308_encode_close(AVCodecContext *avctx)
Definition: v308enc.c:78
Definition: libavcodec/avcodec.h:283
Definition: avutil.h:143
Generated on Sun Mar 23 2025 06:53:21 for FFmpeg by
