#include "avcodec.h"
#include "bytestream.h"
#include "pnm.h"
Go to the source code of this file.
Functions | |
static int | pam_encode_frame (AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data) |
Variables | |
AVCodec | pam_encoder |
static int pam_encode_frame | ( | AVCodecContext * | avctx, | |
unsigned char * | outbuf, | |||
int | buf_size, | |||
void * | data | |||
) | [static] |
Initial value:
{ "pam", AVMEDIA_TYPE_VIDEO, CODEC_ID_PAM, sizeof(PNMContext), ff_pnm_init, pam_encode_frame, .pix_fmts = (const enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGB32, PIX_FMT_GRAY8, PIX_FMT_MONOWHITE, PIX_FMT_NONE}, .long_name = NULL_IF_CONFIG_SMALL("PAM (Portable AnyMap) image"), }