FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PNMContext Struct Reference

#include <pnm.h>

Data Fields

uint8_tbytestream
 
uint8_tbytestream_start
 
uint8_tbytestream_end
 
int maxval
 maximum value of a pixel
 
int type
 

Detailed Description

Definition at line 27 of file pnm.h.

Field Documentation

uint8_t* PNMContext::bytestream

Definition at line 28 of file pnm.h.

Referenced by ff_pnm_decode_header(), pnm_decode_frame(), pnm_get(), and pnm_parse().

uint8_t* PNMContext::bytestream_start

Definition at line 29 of file pnm.h.

Referenced by pnm_decode_frame(), and pnm_parse().

uint8_t* PNMContext::bytestream_end

Definition at line 30 of file pnm.h.

Referenced by ff_pnm_decode_header(), pnm_decode_frame(), pnm_get(), and pnm_parse().

int PNMContext::maxval

maximum value of a pixel

Definition at line 31 of file pnm.h.

Referenced by ff_pnm_decode_header(), and pnm_decode_frame().

int PNMContext::type

Definition at line 32 of file pnm.h.

Referenced by ff_pnm_decode_header(), and pnm_decode_frame().


The documentation for this struct was generated from the following file: