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

Data Fields

AVFrame picture
 
unsigned int width
 
unsigned int height
 
unsigned int depth
 
unsigned int bytes_per_channel
 
int linesize
 
GetByteContext g
 

Detailed Description

Definition at line 29 of file sgidec.c.

Field Documentation

AVFrame SgiState::picture

Definition at line 30 of file sgidec.c.

Referenced by decode_frame(), sgi_end(), and sgi_init().

unsigned int SgiState::width

Definition at line 31 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

unsigned int SgiState::height

Definition at line 32 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

unsigned int SgiState::depth

Definition at line 33 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

unsigned int SgiState::bytes_per_channel

Definition at line 34 of file sgidec.c.

Referenced by decode_frame(), and read_uncompressed_sgi().

int SgiState::linesize

Definition at line 35 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

GetByteContext SgiState::g

Definition at line 36 of file sgidec.c.

Referenced by decode_frame(), expand_rle_row(), read_rle_sgi(), and read_uncompressed_sgi().


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