FFmpeg
Data Fields
PNMContext Struct Reference

#include <pnm.h>

Data Fields

uint8_t * bytestream
 
uint8_t * bytestream_start
 
uint8_t * bytestream_end
 
int maxval
 maximum value of a pixel More...
 
int type
 
int endian
 
float scale
 

Detailed Description

Definition at line 27 of file pnm.h.

Field Documentation

◆ bytestream

uint8_t* PNMContext::bytestream

Definition at line 28 of file pnm.h.

Referenced by pnm_get(), and pnm_parse().

◆ bytestream_start

uint8_t* PNMContext::bytestream_start

Definition at line 29 of file pnm.h.

Referenced by pnm_parse().

◆ bytestream_end

uint8_t* PNMContext::bytestream_end

Definition at line 30 of file pnm.h.

Referenced by pnm_get(), and pnm_parse().

◆ maxval

int PNMContext::maxval

maximum value of a pixel

Definition at line 31 of file pnm.h.

◆ type

int PNMContext::type

Definition at line 32 of file pnm.h.

Referenced by pnm_parse().

◆ endian

int PNMContext::endian

Definition at line 33 of file pnm.h.

◆ scale

float PNMContext::scale

Definition at line 34 of file pnm.h.


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