libavcodec/v308enc.c File Reference

#include "libavutil/intreadwrite.h"
#include "avcodec.h"

Go to the source code of this file.

Functions

static av_cold int v308_encode_init (AVCodecContext *avctx)
static int v308_encode_frame (AVCodecContext *avctx, uint8_t *buf, int buf_size, void *data)
static av_cold int v308_encode_close (AVCodecContext *avctx)

Variables

AVCodec ff_v308_encoder


Function Documentation

static av_cold int v308_encode_close ( AVCodecContext avctx  )  [static]

Definition at line 80 of file v308enc.c.

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

Definition at line 43 of file v308enc.c.

static av_cold int v308_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 26 of file v308enc.c.


Variable Documentation

Initial value:

 {
    .name         = "v308",
    .type         = AVMEDIA_TYPE_VIDEO,
    .id           = CODEC_ID_V308,
    .init         = v308_encode_init,
    .encode       = v308_encode_frame,
    .close        = v308_encode_close,
    .pix_fmts     = (const enum PixelFormat[]){ PIX_FMT_YUV444P, PIX_FMT_NONE },
    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
}

Definition at line 87 of file v308enc.c.


Generated on Fri Oct 26 02:46:10 2012 for FFmpeg by  doxygen 1.5.8