libavcodec/y41penc.c File Reference

#include "avcodec.h"

Go to the source code of this file.

Functions

static av_cold int y41p_encode_init (AVCodecContext *avctx)
static int y41p_encode_frame (AVCodecContext *avctx, uint8_t *buf, int buf_size, void *data)
static av_cold int y41p_encode_close (AVCodecContext *avctx)

Variables

AVCodec ff_y41p_encoder


Function Documentation

static av_cold int y41p_encode_close ( AVCodecContext avctx  )  [static]

Definition at line 84 of file y41penc.c.

static int y41p_encode_frame ( AVCodecContext avctx,
uint8_t *  buf,
int  buf_size,
void *  data 
) [static]

Definition at line 42 of file y41penc.c.

static av_cold int y41p_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 25 of file y41penc.c.


Variable Documentation

Initial value:

 {
    .name         = "y41p",
    .type         = AVMEDIA_TYPE_VIDEO,
    .id           = CODEC_ID_Y41P,
    .init         = y41p_encode_init,
    .encode       = y41p_encode_frame,
    .close        = y41p_encode_close,
    .pix_fmts     = (const enum PixelFormat[]) { PIX_FMT_YUV411P,
                                                 PIX_FMT_NONE },
    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed YUV 4:1:1 12-bit"),
}

Definition at line 91 of file y41penc.c.


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