#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "pnm.h"
Go to the source code of this file.
Functions | |
static int | pnm_space (int c) |
static void | pnm_get (PNMContext *sc, char *str, int buf_size) |
int | ff_pnm_decode_header (AVCodecContext *avctx, PNMContext *const s) |
av_cold int | ff_pnm_end (AVCodecContext *avctx) |
av_cold int | ff_pnm_init (AVCodecContext *avctx) |
int ff_pnm_decode_header | ( | AVCodecContext * | avctx, | |
PNMContext *const | s | |||
) |
av_cold int ff_pnm_end | ( | AVCodecContext * | avctx | ) |
av_cold int ff_pnm_init | ( | AVCodecContext * | avctx | ) |
static void pnm_get | ( | PNMContext * | sc, | |
char * | str, | |||
int | buf_size | |||
) | [static] |
static int pnm_space | ( | int | c | ) | [inline, static] |