TsccContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrame pic
 
int bpp
 
unsigned int decomp_size
 
unsigned char * decomp_buf
 
GetByteContext gb
 
int height
 
z_stream zstream
 
uint32_t pal [256]
 

Detailed Description

Definition at line 51 of file tscc.c.

Field Documentation

AVCodecContext* TsccContext::avctx

Definition at line 53 of file tscc.c.

Referenced by decode_frame(), and decode_init().

int TsccContext::bpp

Definition at line 57 of file tscc.c.

Referenced by decode_frame(), and decode_init().

unsigned char* TsccContext::decomp_buf

Definition at line 61 of file tscc.c.

Referenced by decode_end(), decode_frame(), and decode_init().

unsigned int TsccContext::decomp_size

Definition at line 59 of file tscc.c.

Referenced by decode_frame(), and decode_init().

GetByteContext TsccContext::gb

Definition at line 62 of file tscc.c.

Referenced by decode_frame().

int TsccContext::height

Definition at line 63 of file tscc.c.

Referenced by decode_init().

uint32_t TsccContext::pal[256]

Definition at line 66 of file tscc.c.

Referenced by decode_frame().

AVFrame TsccContext::pic

Definition at line 54 of file tscc.c.

Referenced by decode_end(), and decode_frame().

z_stream TsccContext::zstream

Definition at line 64 of file tscc.c.

Referenced by decode_end(), decode_frame(), and decode_init().


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