libavcodec/yuv4enc.c File Reference

#include "avcodec.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int yuv4_encode_init (AVCodecContext *avctx)
static int yuv4_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
static av_cold int yuv4_encode_close (AVCodecContext *avctx)

Variables

AVCodec ff_yuv4_encoder


Function Documentation

static av_cold int yuv4_encode_close ( AVCodecContext avctx  )  [static]

Definition at line 76 of file yuv4enc.c.

static int yuv4_encode_frame ( AVCodecContext avctx,
AVPacket pkt,
const AVFrame pic,
int got_packet 
) [static]

Definition at line 38 of file yuv4enc.c.

static av_cold int yuv4_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 26 of file yuv4enc.c.


Variable Documentation

Initial value:

 {
    .name         = "yuv4",
    .type         = AVMEDIA_TYPE_VIDEO,
    .id           = AV_CODEC_ID_YUV4,
    .init         = yuv4_encode_init,
    .encode2      = yuv4_encode_frame,
    .close        = yuv4_encode_close,
    .pix_fmts     = (const enum PixelFormat[]){ PIX_FMT_YUV420P, PIX_FMT_NONE },
    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:2:0"),
}

Definition at line 83 of file yuv4enc.c.


Generated on Fri Oct 26 02:50:08 2012 for FFmpeg by  doxygen 1.5.8