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

Data Fields

AVCodecContextavctx
 
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

AVCodecContext* SgiState::avctx

Definition at line 30 of file sgidec.c.

Referenced by expand_rle_row16(), expand_rle_row8(), and sgi_decode_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(), read_rle_sgi(), 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

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