#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
.name = "pam",
},
}
packed RGB 8:8:8, 24bpp, RGBRGB...
static av_cold int pam_encode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
AVPixelFormat
Pixel format.
static int pam_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
static av_cold int pam_encode_close(AVCodecContext *avctx)
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...
Definition at line 128 of file pamenc.c.