sgienc.c File Reference

Go to the source code of this file.

Classes

struct  SgiContext

Functions

static int encode_init (AVCodecContext *avctx)
static int encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data)

Variables

AVCodec sgi_encoder


Function Documentation

static int encode_init ( AVCodecContext avctx  )  [static]

Definition at line 34 of file sgienc.c.

static int encode_frame ( AVCodecContext avctx,
unsigned char *  buf,
int  buf_size,
void *  data 
) [static]

Definition at line 43 of file sgienc.c.


Variable Documentation

Initial value:

 {
    "sgi",
    CODEC_TYPE_VIDEO,
    CODEC_ID_SGI,
    sizeof(SgiContext),
    encode_init,
    encode_frame,
    NULL,
    .pix_fmts= (enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGBA, PIX_FMT_PAL8, PIX_FMT_GRAY8, -1},
}

Definition at line 146 of file sgienc.c.


Generated on Sat Dec 18 05:15:55 2010 for MythTV by  doxygen 1.5.5