libavcodec/pnmenc.c File Reference

#include "avcodec.h"
#include "bytestream.h"
#include "pnm.h"

Go to the source code of this file.

Functions

static av_cold int common_init (AVCodecContext *avctx)
static int pnm_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
static int pnm_encode_frame (AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data)
static int pam_encode_frame (AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data)


Function Documentation

static av_cold int common_init ( AVCodecContext avctx  )  [static]

Definition at line 26 of file pnmenc.c.

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

Definition at line 248 of file pnmenc.c.

static int pnm_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
const uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 35 of file pnmenc.c.

static int pnm_encode_frame ( AVCodecContext avctx,
unsigned char *  outbuf,
int  buf_size,
void *  data 
) [static]

Definition at line 162 of file pnmenc.c.


Generated on Fri Oct 26 02:35:44 2012 for FFmpeg by  doxygen 1.5.8