FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
int | bpp |
unsigned int | decomp_size |
unsigned char * | decomp_buf |
GetByteContext | gb |
int | height |
z_stream | zstream |
uint32_t | pal [256] |
AVCodecContext* CamtasiaContext::avctx |
Definition at line 49 of file tscc.c.
Referenced by decode_frame(), and decode_init().
AVFrame* CamtasiaContext::frame |
Definition at line 50 of file tscc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
int CamtasiaContext::bpp |
Definition at line 53 of file tscc.c.
Referenced by decode_frame(), and decode_init().
unsigned int CamtasiaContext::decomp_size |
Definition at line 55 of file tscc.c.
Referenced by decode_frame(), and decode_init().
unsigned char* CamtasiaContext::decomp_buf |
Definition at line 57 of file tscc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
GetByteContext CamtasiaContext::gb |
Definition at line 58 of file tscc.c.
Referenced by decode_frame().
int CamtasiaContext::height |
Definition at line 59 of file tscc.c.
Referenced by decode_init().
z_stream CamtasiaContext::zstream |
Definition at line 60 of file tscc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint32_t CamtasiaContext::pal[256] |
Definition at line 62 of file tscc.c.
Referenced by decode_frame().