FFmpeg  4.0
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

◆ avctx

AVCodecContext* SgiState::avctx

Definition at line 30 of file sgidec.c.

Referenced by expand_rle_row16(), expand_rle_row8(), and sgi_decode_init().

◆ width

unsigned int SgiState::width

Definition at line 31 of file sgidec.c.

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

◆ height

unsigned int SgiState::height

Definition at line 32 of file sgidec.c.

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

◆ depth

unsigned int SgiState::depth

Definition at line 33 of file sgidec.c.

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

◆ bytes_per_channel

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().

◆ linesize

int SgiState::linesize

Definition at line 35 of file sgidec.c.

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

◆ g

GetByteContext SgiState::g

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