FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Rl2Context Struct Reference

Data Fields

AVCodecContextavctx
 
uint16_t video_base
 initial drawing offset More...
 
uint32_t clr_count
 number of used colors (currently unused) More...
 
uint8_tback_frame
 background frame More...
 
uint32_t palette [AVPALETTE_COUNT]
 

Detailed Description

Definition at line 42 of file rl2.c.

Field Documentation

AVCodecContext* Rl2Context::avctx

Definition at line 43 of file rl2.c.

Referenced by rl2_decode_init(), and rl2_rle_decode().

uint16_t Rl2Context::video_base

initial drawing offset

Definition at line 45 of file rl2.c.

Referenced by rl2_decode_frame(), and rl2_decode_init().

uint32_t Rl2Context::clr_count

number of used colors (currently unused)

Definition at line 46 of file rl2.c.

Referenced by rl2_decode_init().

uint8_t* Rl2Context::back_frame

background frame

Definition at line 47 of file rl2.c.

Referenced by rl2_decode_end(), rl2_decode_init(), and rl2_rle_decode().

uint32_t Rl2Context::palette[AVPALETTE_COUNT]

Definition at line 48 of file rl2.c.

Referenced by rl2_decode_frame(), and rl2_decode_init().


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