Libav
Functions | Variables
pamenc.c File Reference
#include "avcodec.h"
#include "bytestream.h"
#include "internal.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)
 
static av_cold int pam_encode_init (AVCodecContext *avctx)
 
static av_cold int pam_encode_close (AVCodecContext *avctx)
 

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 26 of file pamenc.c.

static av_cold int pam_encode_init ( AVCodecContext avctx)
static

Definition at line 110 of file pamenc.c.

static av_cold int pam_encode_close ( AVCodecContext avctx)
static

Definition at line 122 of file pamenc.c.

Variable Documentation

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

Definition at line 128 of file pamenc.c.