#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
#define write16 |
( |
|
p, |
|
|
|
value |
|
) |
| |
#define write32 |
( |
|
p, |
|
|
|
value |
|
) |
| |
#define HEADER_SIZE 1664 /* DPX Generic header */ |
Initial value:= {
.name = "dpx",
}
packed RGB 8:8:8, 24bpp, RGBRGB...
static av_cold int encode_init(AVCodecContext *avctx)
static av_cold int encode_close(AVCodecContext *avctx)
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
AVPixelFormat
Pixel format.
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...
static void close(AVCodecParserContext *s)
static av_cold int init(AVCodecParserContext *s)
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition at line 184 of file dpxenc.c.