FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pamenc.c File Reference
#include "avcodec.h"
#include "internal.h"
#include "pnm.h"

Go to the source code of this file.

Functions

static int pam_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
 

Variables

AVCodec ff_pam_encoder
 

Function Documentation

static int pam_encode_frame ( AVCodecContext avctx,
AVPacket pkt,
const AVFrame pict,
int *  got_packet 
)
static

Definition at line 27 of file pamenc.c.

Variable Documentation

AVCodec ff_pam_encoder
Initial value:
= {
.name = "pam",
.priv_data_size = sizeof(PNMContext),
.encode2 = pam_encode_frame,
.pix_fmts = (const enum AVPixelFormat[]){
},
.long_name = NULL_IF_CONFIG_SMALL("PAM (Portable AnyMap) image"),
}

Definition at line 132 of file pamenc.c.