Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
const unsigned char * | buf |
int | size |
unsigned char | color_pairs [COLORS_PER_TABLE *CPAIR] |
unsigned char | color_quads [COLORS_PER_TABLE *CQUAD] |
unsigned char | color_octets [COLORS_PER_TABLE *COCTET] |
Definition at line 44 of file smc.c.
Definition at line 46 of file smc.c.
Referenced by smc_decode_frame(), smc_decode_init(), and smc_decode_stream().
const unsigned char* SmcContext::buf |
unsigned char SmcContext::color_octets[COLORS_PER_TABLE *COCTET] |
unsigned char SmcContext::color_pairs[COLORS_PER_TABLE *CPAIR] |
unsigned char SmcContext::color_quads[COLORS_PER_TABLE *CQUAD] |
Definition at line 47 of file smc.c.
Referenced by smc_decode_end(), smc_decode_frame(), smc_decode_init(), and smc_decode_stream().
int SmcContext::size |