Rl2Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrame frame
 
unsigned short video_base
 initial drawing offset More...
 
unsigned int clr_count
 number of used colors (currently unused) More...
 
unsigned char * back_frame
 background frame More...
 
unsigned int palette [AVPALETTE_COUNT]
 

Detailed Description

Definition at line 39 of file rl2.c.

Field Documentation

AVCodecContext* Rl2Context::avctx

Definition at line 40 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 45 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 44 of file rl2.c.

Referenced by rl2_decode_init().

AVFrame Rl2Context::frame

Definition at line 41 of file rl2.c.

Referenced by rl2_decode_end(), and rl2_decode_frame().

unsigned int Rl2Context::palette[AVPALETTE_COUNT]

Definition at line 46 of file rl2.c.

Referenced by rl2_decode_frame(), and rl2_decode_init().

unsigned short Rl2Context::video_base

initial drawing offset

Definition at line 43 of file rl2.c.

Referenced by rl2_decode_frame(), and rl2_decode_init().


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