Go to the source code of this file.
#define HEADER_SIZE 1664 /* DPX Generic header */ |
#define write16 |
( |
|
p, |
|
|
|
value |
|
) |
| |
#define write32 |
( |
|
p, |
|
|
|
value |
|
) |
| |
static int encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
buf, |
|
|
int |
buf_size, |
|
|
void * |
data |
|
) |
| |
|
static |
Initial value:= {
.name = "dpx",
}
struct DPXContext DPXContext
static av_cold int encode_init(AVCodecContext *avctx)
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...
static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data)
packed RGB 8:8:8, 24bpp, RGBRGB...
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
Definition at line 164 of file dpxenc.c.