FFmpeg
|
#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_decode_header | ( | AVCodecContext * | avctx, |
PNMContext *const | s | ||
) |
Definition at line 65 of file pnm.c.
Referenced by pnm_decode_frame(), and pnm_parse().