Go to the source code of this file.
Data Structures | |
| struct | SgiContext |
Macros | |
| #define | SGI_SINGLE_CHAN 2 |
| #define | SGI_MULTI_CHAN 3 |
Typedefs | |
| typedef struct SgiContext | SgiContext |
Functions | |
| static av_cold int | encode_init (AVCodecContext *avctx) |
| static int | encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
Variables | |
| AVCodec | ff_sgi_encoder |
| #define SGI_MULTI_CHAN 3 |
Definition at line 28 of file sgienc.c.
Referenced by encode_frame().
| #define SGI_SINGLE_CHAN 2 |
Definition at line 27 of file sgienc.c.
Referenced by encode_frame().
| typedef struct SgiContext SgiContext |
|
static |
|
static |
| AVCodec ff_sgi_encoder |