FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
const unsigned char * | buf |
int | size |
int | mode_8bit |
uint32_t | pal [256] |
Definition at line 47 of file msvideo1.c.
AVCodecContext* Msvideo1Context::avctx |
Definition at line 49 of file msvideo1.c.
Referenced by msvideo1_decode_16bit(), msvideo1_decode_8bit(), and msvideo1_decode_init().
AVFrame* Msvideo1Context::frame |
Definition at line 50 of file msvideo1.c.
Referenced by msvideo1_decode_16bit(), msvideo1_decode_8bit(), msvideo1_decode_end(), msvideo1_decode_frame(), and msvideo1_decode_init().
const unsigned char* Msvideo1Context::buf |
Definition at line 52 of file msvideo1.c.
Referenced by msvideo1_decode_16bit(), msvideo1_decode_8bit(), and msvideo1_decode_frame().
int Msvideo1Context::size |
Definition at line 53 of file msvideo1.c.
Referenced by msvideo1_decode_frame().
int Msvideo1Context::mode_8bit |
Definition at line 55 of file msvideo1.c.
Referenced by msvideo1_decode_frame(), and msvideo1_decode_init().
uint32_t Msvideo1Context::pal[256] |
Definition at line 57 of file msvideo1.c.
Referenced by msvideo1_decode_8bit(), msvideo1_decode_frame(), and msvideo1_decode_init().