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

Go to the source code of this file.

Data Structures

struct  PNMContext
 

Functions

int ff_pnm_decode_header (AVCodecContext *avctx, PNMContext *const s)
 
int ff_pnm_end (AVCodecContext *avctx)
 
int ff_pnm_init (AVCodecContext *avctx)
 

Function Documentation

int ff_pnm_decode_header ( AVCodecContext avctx,
PNMContext *const  s 
)

Definition at line 60 of file pnm.c.

Referenced by pnm_decode_frame(), and pnm_parse().

int ff_pnm_end ( AVCodecContext avctx)

Definition at line 196 of file pnm.c.

int ff_pnm_init ( AVCodecContext avctx)

Definition at line 206 of file pnm.c.