#include "avcodec.h"
#include "internal.h"
 
Go to the source code of this file.
Initial value:= {
    .name         = "yuv4",
}
#define AV_CODEC_CAP_INTRA_ONLY
Codec is intra only. 
 
static av_cold int yuv4_encode_init(AVCodecContext *avctx)
 
static int yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) 
 
static av_cold int yuv4_encode_close(AVCodecContext *avctx)
 
AVPixelFormat
Pixel format. 
 
 
Definition at line 70 of file yuv4enc.c.