#include "avcodec.h"
#include "bytestream.h"
#include "sgi.h"
#include "rle.h"
Go to the source code of this file.
Define Documentation
#define SGI_SINGLE_CHAN 2 |
Typedef Documentation
Function Documentation
static int encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
buf, |
|
|
int |
buf_size, |
|
|
void * |
data | |
|
) |
| | [static] |
Variable Documentation
Initial value: {
"sgi",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_SGI,
sizeof(SgiContext),
encode_init,
encode_frame,
NULL,
.pix_fmts= (const enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGBA, PIX_FMT_GRAY8, PIX_FMT_NONE},
.long_name= NULL_IF_CONFIG_SMALL("SGI image"),
}
Definition at line 162 of file sgienc.c.