FFmpeg
Data Fields
TsccContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 46 of file tscc.c.

Field Documentation

◆ avctx

AVCodecContext* TsccContext::avctx

Definition at line 48 of file tscc.c.

◆ frame

AVFrame* TsccContext::frame

Definition at line 49 of file tscc.c.

◆ bpp

int TsccContext::bpp

Definition at line 52 of file tscc.c.

◆ decomp_size

unsigned int TsccContext::decomp_size

Definition at line 54 of file tscc.c.

◆ decomp_buf

unsigned char* TsccContext::decomp_buf

Definition at line 56 of file tscc.c.

◆ gb

GetByteContext TsccContext::gb

Definition at line 57 of file tscc.c.

◆ height

int TsccContext::height

Definition at line 58 of file tscc.c.

◆ zstream

FFZStream TsccContext::zstream

Definition at line 59 of file tscc.c.

◆ pal

uint32_t TsccContext::pal[256]

Definition at line 61 of file tscc.c.


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