pamenc.c File Reference
#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 ff_pam_encoder

Function Documentation

static int pam_encode_frame ( AVCodecContext avctx,
unsigned char *  outbuf,
int  buf_size,
void data 
)
static

Definition at line 27 of file pamenc.c.

Variable Documentation

AVCodec ff_pam_encoder
Initial value:
{
.name = "pam",
.id = CODEC_ID_PAM,
.priv_data_size = sizeof(PNMContext),
.encode = pam_encode_frame,
.long_name = NULL_IF_CONFIG_SMALL("PAM (Portable AnyMap) image"),
}

Definition at line 111 of file pamenc.c.