Go to the documentation of this file.
32 const AVFrame *pic,
int *got_packet)
46 for (
i = 0;
i < avctx->
height + 1 >> 1;
i++) {
47 for (j = 0; j < avctx->
width + 1 >> 1; j++) {
51 *dst++ = y[ 2 * j + 1];
52 *dst++ = y[pic->
linesize[0] + 2 * j ];
53 *dst++ = y[pic->
linesize[0] + 2 * j + 1];
#define AV_CODEC_CAP_INTRA_ONLY
Codec is intra only.
AVPixelFormat
Pixel format.
#define u(width, name, range_min, range_max)
This structure describes decoded (raw) audio or video data.
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static av_cold int yuv4_encode_init(AVCodecContext *avctx)
static int yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int flags
A combination of AV_PKT_FLAG values.
#define i(width, name, range_min, range_max)
const char * name
Name of the codec implementation.
main external API structure.
This structure stores compressed data.
int width
picture width / height.
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
Check AVPacket size and/or allocate data.
static av_cold int yuv4_encode_close(AVCodecContext *avctx)