FFmpeg
Data Fields
TsccContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 47 of file tscc.c.

Field Documentation

◆ avctx

AVCodecContext* TsccContext::avctx

Definition at line 49 of file tscc.c.

◆ frame

AVFrame* TsccContext::frame

Definition at line 50 of file tscc.c.

◆ bpp

int TsccContext::bpp

Definition at line 53 of file tscc.c.

◆ decomp_size

unsigned int TsccContext::decomp_size

Definition at line 55 of file tscc.c.

◆ decomp_buf

unsigned char* TsccContext::decomp_buf

Definition at line 57 of file tscc.c.

◆ gb

GetByteContext TsccContext::gb

Definition at line 58 of file tscc.c.

◆ height

int TsccContext::height

Definition at line 59 of file tscc.c.

◆ zlib_init_ok

int TsccContext::zlib_init_ok

Definition at line 60 of file tscc.c.

◆ zstream

z_stream TsccContext::zstream

Definition at line 61 of file tscc.c.

◆ pal

uint32_t TsccContext::pal[256]

Definition at line 63 of file tscc.c.


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