Go to the documentation of this file.
28 const AVFrame *pic,
int *got_packet)
35 * (avctx->
height + 1 >> 1), 0);
44 for (
i = 0;
i < avctx->
height + 1 >> 1;
i++) {
45 for (j = 0; j < avctx->
width + 1 >> 1; j++) {
49 *dst++ = y[ 2 * j + 1];
50 *dst++ = y[pic->
linesize[0] + 2 * j ];
51 *dst++ = y[pic->
linesize[0] + 2 * j + 1];
AVPixelFormat
Pixel format.
#define u(width, name, range_min, range_max)
This structure describes decoded (raw) audio or video data.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
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 AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define i(width, name, range_min, range_max)
const char * name
Name of the codec implementation.
main external API structure.
int ff_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int flags)
Get a buffer for a packet.
This structure stores compressed data.
int width
picture width / height.
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
const AVCodec ff_yuv4_encoder