#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "sgi.h"
#include "rle.h"
Go to the source code of this file.
#define SGI_SINGLE_CHAN 2 |
Initial value:= {
.name = "sgi",
},
}
packed RGB 8:8:8, 24bpp, RGBRGB...
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
static av_cold int encode_init(AVCodecContext *avctx)
static av_cold int encode_close(AVCodecContext *avctx)
AVPixelFormat
Pixel format.
Definition at line 172 of file sgienc.c.