Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
unsigned short | video_base |
initial drawing offset | |
unsigned int | clr_count |
number of used colors (currently unused) | |
unsigned char * | back_frame |
background frame | |
unsigned int | palette [AVPALETTE_COUNT] |
Definition at line 40 of file rl2.c.
Definition at line 41 of file rl2.c.
Referenced by rl2_decode_frame(), rl2_decode_init(), and rl2_rle_decode().
unsigned char* Rl2Context::back_frame |
background frame
Definition at line 46 of file rl2.c.
Referenced by rl2_decode_end(), rl2_decode_init(), and rl2_rle_decode().
unsigned int Rl2Context::clr_count |
number of used colors (currently unused)
Definition at line 45 of file rl2.c.
Referenced by rl2_decode_init().
unsigned int Rl2Context::palette[AVPALETTE_COUNT] |
unsigned short Rl2Context::video_base |
initial drawing offset
Definition at line 44 of file rl2.c.
Referenced by rl2_decode_frame(), and rl2_decode_init().